1
0
Fork 0
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:
Frédéric Guillot 2020-03-28 10:45:31 -07:00
parent 25f90bc625
commit a170e6454f
2 changed files with 5 additions and 5 deletions

View file

@ -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" }}✔&nbsp;{{ t "entry.status.read" }}{{ else }}✘&nbsp;{{ t "entry.status.unread" }}{{ end }}</span></a>
</li>