mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Update layout.html
add feeds
This commit is contained in:
parent
7b3faaf455
commit
ab84af7897
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
||||||
<a href="{{ route "history" }}" data-page="history">{{ t "menu.history" }}</a>
|
<a href="{{ route "history" }}" data-page="history">{{ t "menu.history" }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li {{ if eq .menu "feeds" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g f" }}">
|
<li {{ if eq .menu "feeds" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g f" }}">
|
||||||
<a href="{{ route "feeds" }}" data-page="feeds">{{ t "menu.feeds" }}
|
<a href="{{ route "feeds" }}" data-page="feeds">📜 {{ t "menu.feeds" }}
|
||||||
{{ if gt .countErrorFeeds 0 }}
|
{{ if gt .countErrorFeeds 0 }}
|
||||||
<span class="error-feeds-counter-wrapper">(<span class="error-feeds-counter">{{ .countErrorFeeds }}</span>)</span>
|
<span class="error-feeds-counter-wrapper">(<span class="error-feeds-counter">{{ .countErrorFeeds }}</span>)</span>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue