aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/common/layout.html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-01-18 20:23:26 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-01-20 13:25:05 -0800
commit6302c3b2194e43add648724044bb293ea15c5116 (patch)
tree71adef35501e142436fb5c248277de18d84d88ec /template/html/common/layout.html
parent68508ff8008740444808a13c21369c6fbc2a66d0 (diff)
Add mark as read/unread link on list items
Diffstat (limited to 'template/html/common/layout.html')
-rw-r--r--template/html/common/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/common/layout.html b/template/html/common/layout.html
index fd32499..ca19313 100644
--- a/template/html/common/layout.html
+++ b/template/html/common/layout.html
@@ -61,7 +61,7 @@
<a href="{{ route "settings" }}" data-page="settings">{{ t "Settings" }}</a>
</li>
<li>
- <a href="{{ route "logout" }}" title="{{ t "Logged as" }} {{ .user.Username }}">{{ t "Logout" }}</a>
+ <a href="{{ route "logout" }}" title="{{ t "Logged as %s" .user.Username }}">{{ t "Logout" }}</a>
</li>
</ul>
</nav>