mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +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>
|
</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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue