aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/common/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/common/layout.html')
-rw-r--r--template/html/common/layout.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/template/html/common/layout.html b/template/html/common/layout.html
index ca19313..aa86938 100644
--- a/template/html/common/layout.html
+++ b/template/html/common/layout.html
@@ -40,10 +40,11 @@
</div>
<ul>
<li {{ if eq .menu "unread" }}class="active"{{ end }} title="{{ t "Keyboard Shortcut: %s" "g u" }}">
- <a href="{{ route "unread" }}" data-page="unread">{{ t "Unread" }}</a>
- {{ if gt .countUnread 0 }}
- <span class="unread-counter-wrapper">(<span class="unread-counter">{{ .countUnread }}</span>)</span>
- {{ end }}
+ <a href="{{ route "unread" }}" data-page="unread">{{ t "Unread" }}
+ {{ if gt .countUnread 0 }}
+ <span class="unread-counter-wrapper">(<span class="unread-counter">{{ .countUnread }}</span>)</span>
+ {{ end }}
+ </a>
</li>
<li {{ if eq .menu "starred" }}class="active"{{ end }} title="{{ t "Keyboard Shortcut: %s" "g b" }}">
<a href="{{ route "starred" }}" data-page="starred">{{ t "Starred" }}</a>