summaryrefslogtreecommitdiffstats
path: root/gitsrht/templates/log.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-11-18 08:57:16 -0500
committerDrew DeVault <sir@cmpwn.com>2018-11-18 08:57:16 -0500
commit6c2fed4f956cbb9ccffd318b3cecc8d9540e61e4 (patch)
tree9b8180e9b0f63f967de2fb63a9e5c2cad581891c /gitsrht/templates/log.html
parentca25481fc45e89b9bb32932c556a9c8f63caa19b (diff)
Minor tweaks to RSS support
Diffstat (limited to 'gitsrht/templates/log.html')
-rw-r--r--gitsrht/templates/log.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitsrht/templates/log.html b/gitsrht/templates/log.html
index fb19bd3..dbb1643 100644
--- a/gitsrht/templates/log.html
+++ b/gitsrht/templates/log.html
@@ -15,7 +15,7 @@
<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
+ {{ icon('rss', cls='sm') }} RSS
</a>
</li>
{% endblock %}