diff options
| author | toufic ar <contact@toufy.me> | 2026-05-15 18:18:58 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-05-15 18:18:58 +0300 |
| commit | e05def62569358ff93691b03177abbaa9442bc53 (patch) | |
| tree | 04a057446f7b688ca1a52b0df0c1bcb399e1cf7d /web/templates/home.html | |
| parent | 4a17d522ced7e9b775570afd6ccbbbe225f957c3 (diff) | |
| download | makeshiftci-e05def62569358ff93691b03177abbaa9442bc53.tar.gz makeshiftci-e05def62569358ff93691b03177abbaa9442bc53.zip | |
repo branch support, a little webUI polishing
Diffstat (limited to 'web/templates/home.html')
| -rw-r--r-- | web/templates/home.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/web/templates/home.html b/web/templates/home.html index 20ef75a..733f9ef 100644 --- a/web/templates/home.html +++ b/web/templates/home.html @@ -26,9 +26,16 @@ text-decoration: underline; font-style: italic; } + .branchlink a { + color: var(--orange); + text-decoration: none; + font-weight: bolder; + font-style: italic; + } .cronlink a { color: var(--orange); text-decoration: none; + text-decoration: underline; font-weight: bolder; } } @@ -50,6 +57,16 @@ >{{ project[1]['url'] }}</a ></h4 > + <h4 class="branchlink" + >branch: + <a + href="{{ project[1]['url'] }}" + target="_blank" + > + {% if not project[1]['branch'] %} not set {% else %} {{ + project[1]['branch'] }} {% endif %} + </a></h4 + > <h4 class="cronlink" >cron: <a |
