diff options
Diffstat (limited to 'server/template/common.go')
-rw-r--r-- | server/template/common.go | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/server/template/common.go b/server/template/common.go index 6e7b8b9a..ca38f7da 100644 --- a/server/template/common.go +++ b/server/template/common.go @@ -1,5 +1,5 @@ // Code generated by go generate; DO NOT EDIT. -// 2017-12-16 17:48:32.321995978 -0800 PST m=+0.055632657 +// 2017-12-22 11:25:01.981502305 -0800 PST m=+0.046470067 package template @@ -63,22 +63,25 @@ var templateCommonMap = map[string]string{ <a href="{{ route "unread" }}">Mini<span>flux</span></a> </div> <ul> - <li {{ if eq .menu "unread" }}class="active"{{ end }}> + <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" title="Unread articles">({{ .countUnread }})</span> {{ end }} </li> - <li {{ if eq .menu "history" }}class="active"{{ end }}> + <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> + </li> + <li {{ if eq .menu "history" }}class="active"{{ end }} title="{{ t "Keyboard Shortcut: %s" "g h" }}"> <a href="{{ route "history" }}" data-page="history">{{ t "History" }}</a> </li> - <li {{ if eq .menu "feeds" }}class="active"{{ end }}> + <li {{ if eq .menu "feeds" }}class="active"{{ end }} title="{{ t "Keyboard Shortcut: %s" "g f" }}"> <a href="{{ route "feeds" }}" data-page="feeds">{{ t "Feeds" }}</a> </li> - <li {{ if eq .menu "categories" }}class="active"{{ end }}> + <li {{ if eq .menu "categories" }}class="active"{{ end }} title="{{ t "Keyboard Shortcut: %s" "g c" }}"> <a href="{{ route "categories" }}" data-page="categories">{{ t "Categories" }}</a> </li> - <li {{ if eq .menu "settings" }}class="active"{{ end }}> + <li {{ if eq .menu "settings" }}class="active"{{ end }} title="{{ t "Keyboard Shortcut: %s" "g s" }}"> <a href="{{ route "settings" }}" data-page="settings">{{ t "Settings" }}</a> </li> <li> @@ -124,6 +127,6 @@ var templateCommonMap = map[string]string{ var templateCommonMapChecksums = map[string]string{ "entry_pagination": "f1465fa70f585ae8043b200ec9de5bf437ffbb0c19fb7aefc015c3555614ee27", - "layout": "ff5e3d87a48e4d3aeceda4aabe6c2c2f607006c6b6e83dfcab6c5eb255a1e6f2", + "layout": "ade38fbe1058c8dac86b973c289a716e3f97289735e7ad8e8d1731dc6807e38c", "pagination": "6ff462c2b2a53bc5448b651da017f40a39f1d4f16cef4b2f09784f0797286924", } |