mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
make the star icon clickable
This commit is contained in:
parent
a40dc5b829
commit
b82c36449e
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
</a>
|
||||
</li>
|
||||
<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 {{ 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue