aboutsummaryrefslogtreecommitdiff
path: root/internal/template/templates/common/feed_menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'internal/template/templates/common/feed_menu.html')
-rw-r--r--internal/template/templates/common/feed_menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/template/templates/common/feed_menu.html b/internal/template/templates/common/feed_menu.html
index c0b96a42..546c44d9 100644
--- a/internal/template/templates/common/feed_menu.html
+++ b/internal/template/templates/common/feed_menu.html
@@ -13,7 +13,7 @@
<a href="{{ route "import" }}">{{ icon "feed-import" }}{{ t "menu.import" }}</a>
</li>
<li>
- <a href="{{ route "refreshAllFeeds" }}">{{ icon "refresh" }}{{ t "menu.refresh_all_feeds" }}</a>
+ <a role="button" href="{{ route "refreshAllFeeds" }}">{{ icon "refresh" }}{{ t "menu.refresh_all_feeds" }}</a>
</li>
</ul></nav>
{{ end }}