diff options
author | Unknwon <u@gogs.io> | 2015-12-01 23:33:08 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-01 23:33:08 -0500 |
commit | 0be8b1b1a1bc828d0c64f5dbf6e642232590de46 (patch) | |
tree | ed24a34e71212cf190dfac764cee0b88ad12f35a /templates/admin/notice.tmpl | |
parent | 834d38a8fbb4fc87b8f3914d5e2aab07a4d7e809 (diff) |
#2052 Ability to batch delete system notices
Diffstat (limited to 'templates/admin/notice.tmpl')
-rw-r--r-- | templates/admin/notice.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/admin/notice.tmpl b/templates/admin/notice.tmpl index a7af39af..c2e6cd0e 100644 --- a/templates/admin/notice.tmpl +++ b/templates/admin/notice.tmpl @@ -7,6 +7,9 @@ {{template "base/alert" .}} <h4 class="ui top attached header"> {{.i18n.Tr "admin.notices.system_notice_list"}} ({{.i18n.Tr "admin.total" .Total}}) + <div class="ui right"> + <a class="ui red tiny button" href="{{AppSubUrl}}/admin/notices/empty">{{.i18n.Tr "admin.notices.empty_all"}}</a> + </div> </h4> <div class="ui attached table segment"> <table class="ui very basic striped table"> |