mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Restore original read/unread popups
This commit is contained in:
parent
25f90bc625
commit
a170e6454f
2 changed files with 5 additions and 5 deletions
|
@ -15,8 +15,8 @@
|
|||
data-toggle-status="true"
|
||||
data-label-unread="✘ {{ t "entry.status.unread" }}"
|
||||
data-label-read="✔︎ {{ t "entry.status.read" }}"
|
||||
data-toast-read="✘ {{ t "entry.status.toast.unread" }}"
|
||||
data-toast-unread="✔︎ {{ t "entry.status.toast.read" }}"
|
||||
data-toast-unread="✘ {{ t "entry.status.toast.unread" }}"
|
||||
data-toast-read="✔︎ {{ t "entry.status.toast.read" }}"
|
||||
data-value="{{ if eq .entry.Status "read" }}read{{ else }}unread{{ end }}"
|
||||
><span class="icon-label">{{ if eq .entry.Status "unread" }}✔ {{ t "entry.status.read" }}{{ else }}✘ {{ t "entry.status.unread" }}{{ end }}</span></a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue