mirror of
https://github.com/miniflux/v2.git
synced 2025-07-27 17:28:38 +00:00
Show unread counters on feeds page
This commit is contained in:
parent
2eb2441f2b
commit
e38333e272
15 changed files with 115 additions and 11 deletions
|
@ -45,6 +45,11 @@
|
|||
<li>
|
||||
{{ t "page.feeds.last_check" }} <time datetime="{{ isodate .CheckedAt }}" title="{{ isodate .CheckedAt }}">{{ elapsed $.user.Timezone .CheckedAt }}</time>
|
||||
</li>
|
||||
{{ if gt .UnreadCount 0 }}
|
||||
<li>
|
||||
{{ t "page.feeds.unread" }} <span class="unread-counter">{{ .UnreadCount }}</span>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue