diff options
author | Antoine GIRARD <sapk@sapk.fr> | 2015-09-25 18:36:05 +0200 |
---|---|---|
committer | Antoine GIRARD <sapk@sapk.fr> | 2015-09-25 18:36:05 +0200 |
commit | fefce965f9f0d765ef290bff0bf536fbdb84417b (patch) | |
tree | 25eea57a93ca0ea742fdbfdbba9155492e0a3683 /templates/admin/notice.tmpl | |
parent | 14a11011390000cc21d134c3e612dda0fb9f490c (diff) | |
download | gitea-fefce965f9f0d765ef290bff0bf536fbdb84417b.tar.gz gitea-fefce965f9f0d765ef290bff0bf536fbdb84417b.zip |
Add total next to system notice
Diffstat (limited to 'templates/admin/notice.tmpl')
-rw-r--r-- | templates/admin/notice.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/notice.tmpl b/templates/admin/notice.tmpl index d32b4c9814..46c6ff3dde 100644 --- a/templates/admin/notice.tmpl +++ b/templates/admin/notice.tmpl @@ -6,7 +6,7 @@ <div class="twelve wide column content"> {{template "base/alert" .}} <h4 class="ui top attached header"> - {{.i18n.Tr "admin.notices.system_notice_list"}} + {{.i18n.Tr "admin.notices.system_notice_list"}} ({{.i18n.Tr "admin.total" .Total}}) </h4> <div class="ui attached table segment"> <table class="ui very basic striped table"> |