mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Merge ab84af7897
into fcf86e33b9
This commit is contained in:
commit
e478738698
1 changed files with 5 additions and 5 deletions
|
@ -92,13 +92,13 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li {{ if eq .menu "starred" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g b" }}">
|
<li {{ if eq .menu "starred" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g b" }}">
|
||||||
<a href="{{ route "starred" }}" data-page="starred">{{ t "menu.starred" }}</a>
|
<a href="{{ route "starred" }}" data-page="starred">★ {{ t "menu.starred" }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li {{ if eq .menu "history" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g h" }}">
|
<li {{ if eq .menu "history" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g h" }}">
|
||||||
<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 }}
|
||||||
|
@ -108,13 +108,13 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li {{ if eq .menu "categories" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g c" }}">
|
<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>
|
<a href="{{ route "categories" }}" data-page="categories">🗂️ {{ t "menu.categories" }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li {{ if eq .menu "search" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "/" }}">
|
<li {{ if eq .menu "search" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "/" }}">
|
||||||
<a href="{{ route "search" }}" data-page="search">{{ t "menu.search" }}</a>
|
<a href="{{ route "search" }}" data-page="search">🔎 {{ t "menu.search" }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li {{ if eq .menu "settings" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g s" }}">
|
<li {{ if eq .menu "settings" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g s" }}">
|
||||||
<a href="{{ route "settings" }}" data-page="settings">{{ t "menu.settings" }}</a>
|
<a href="{{ route "settings" }}" data-page="settings">⚙ {{ t "menu.settings" }}</a>
|
||||||
</li>
|
</li>
|
||||||
{{ if not hasAuthProxy }}
|
{{ if not hasAuthProxy }}
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue