diff options
author | Lanre Adelowo <adelowomailbox@gmail.com> | 2019-04-24 14:14:36 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-04-24 21:14:36 +0800 |
commit | 08d8ea940394bd01f182edc515c832be50a05fc0 (patch) | |
tree | a120297126688b0a857c3a6adcbe889769513640 /templates/admin/notice.tmpl | |
parent | 59be704efb3ae9c2c5b41720e5cd1fc86c550608 (diff) | |
download | gitea-08d8ea940394bd01f182edc515c832be50a05fc0.tar.gz gitea-08d8ea940394bd01f182edc515c832be50a05fc0.zip |
fix template error (#6737)
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 972771b431..93fc8ccc2e 100644 --- a/templates/admin/notice.tmpl +++ b/templates/admin/notice.tmpl @@ -56,7 +56,7 @@ </div> </div> </div> - <div class="ui small teal button" id="delete-selection" data-link="{{.Link}}/delete" data-redirect="{{.Link}}?page={{.Page.Current}}"> + <div class="ui small teal button" id="delete-selection" data-link="{{.Link}}/delete" data-redirect="{{.Link}}?page={{.Page.Paginater.Current}}"> {{.i18n.Tr "admin.notices.delete_selected"}} </div> </th> |