summaryrefslogtreecommitdiffstats
path: root/gitsrht/templates/log.html
diff options
context:
space:
mode:
authorIvan Habunek <ivan@habunek.com>2018-11-18 13:25:06 +0100
committerDrew DeVault <sir@cmpwn.com>2018-11-18 08:54:10 -0500
commitca25481fc45e89b9bb32932c556a9c8f63caa19b (patch)
tree4bf181ab51bd670a8922a84b1e3d43bc1f7033b1 /gitsrht/templates/log.html
parente1ec176f46314eea695b41c8cb422be146c6b46f (diff)
Add links to RSS feeds
Diffstat (limited to 'gitsrht/templates/log.html')
-rw-r--r--gitsrht/templates/log.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/gitsrht/templates/log.html b/gitsrht/templates/log.html
index 0f1e3fc..fb19bd3 100644
--- a/gitsrht/templates/log.html
+++ b/gitsrht/templates/log.html
@@ -11,6 +11,15 @@
href="{{ root }}{{ repo|log_rss_url(ref=ref) }}">
{% endblock %}
+{% block tabs_extra %}
+ <li class="flex-grow-1 d-none d-sm-block"></li>
+ <li class="nav-item">
+ <a class="nav-link active" href="{{ repo|log_rss_url(ref=ref) }}">
+ {{ icon('rss') }} RSS
+ </a>
+ </li>
+{% endblock %}
+
{% block content %}
<div class="container">
<div class="row">