1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Add (+) action next to Feeds to quickly add new feeds

This commit is contained in:
Thiago Perrotta 2022-02-19 22:38:04 -05:00 committed by Frédéric Guillot
parent 658b8591b6
commit 4831acba39
2 changed files with 4 additions and 1 deletions

View file

@ -77,6 +77,9 @@
<span class="error-feeds-counter-wrapper">(<span class="error-feeds-counter">{{ .countErrorFeeds }}</span>)</span>
{{ end }}
</a>
<a href="{{ route "addSubscription" }}" title="{{ t "tooltip.keyboard_shortcuts" "+" }}">
(+)
</a>
</li>
<li {{ if eq .menu "categories" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g c" }}">
<a href="{{ route "categories" }}" data-page="categories">{{ t "menu.categories" }}</a>