aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/feeds.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/feeds.html')
-rw-r--r--template/html/feeds.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/html/feeds.html b/template/html/feeds.html
index e4a3231..f676f23 100644
--- a/template/html/feeds.html
+++ b/template/html/feeds.html
@@ -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>