mirror of
https://github.com/miniflux/v2.git
synced 2025-08-16 18:01:37 +00:00
Show "saving" labels for entry status button
This commit is contained in:
parent
93fd98f8d4
commit
571d7bf17c
2 changed files with 24 additions and 22 deletions
|
@ -20,6 +20,7 @@
|
|||
<a href="#"
|
||||
title="{{ t "entry.status.title" }}"
|
||||
data-toggle-status="true"
|
||||
data-label-loading="{{ t "entry.state.saving" }}"
|
||||
data-label-read="{{ t "entry.status.read" }}"
|
||||
data-label-unread="{{ t "entry.status.unread" }}"
|
||||
data-value="{{ if eq .entry.Status "read" }}read{{ else }}unread{{ end }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue