mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Update layout.html
add settings icon
This commit is contained in:
parent
819a2afa06
commit
7d9c62ff03
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
||||||
<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