diff options
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 |
