mirror of
https://github.com/miniflux/v2.git
synced 2025-07-27 17:28:38 +00:00
Change link state when marking all entries as read
This commit is contained in:
parent
9dc38a0803
commit
d4c1677e38
17 changed files with 63 additions and 29 deletions
|
@ -9,7 +9,9 @@
|
|||
<a href="#" data-on-click="markPageAsRead">{{ t "menu.mark_page_as_read" }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route "markAllAsRead" }}">{{ t "menu.mark_all_as_read" }}</a>
|
||||
<a data-link-state="flip"
|
||||
data-label-new-state="{{ t "menu.mark_all_as_read_wip" }}"
|
||||
href="{{ route "markAllAsRead" }}">{{ t "menu.mark_all_as_read" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue