summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-01 23:33:08 -0500
committerUnknwon <u@gogs.io>2015-12-01 23:33:08 -0500
commit0be8b1b1a1bc828d0c64f5dbf6e642232590de46 (patch)
treeed24a34e71212cf190dfac764cee0b88ad12f35a /templates
parent834d38a8fbb4fc87b8f3914d5e2aab07a4d7e809 (diff)
downloadgitea-0be8b1b1a1bc828d0c64f5dbf6e642232590de46.tar.gz
gitea-0be8b1b1a1bc828d0c64f5dbf6e642232590de46.zip
#2052 Ability to batch delete system notices
Diffstat (limited to 'templates')
-rw-r--r--templates/.VERSION2
-rw-r--r--templates/admin/notice.tmpl3
2 files changed, 4 insertions, 1 deletions
diff --git a/templates/.VERSION b/templates/.VERSION
index 45d1f0812a..024e7faa88 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.7.24.1201 Beta \ No newline at end of file
+0.7.25.1202 Beta \ No newline at end of file
diff --git a/templates/admin/notice.tmpl b/templates/admin/notice.tmpl
index a7af39aff1..c2e6cd0ea2 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">