1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-30 06:08:35 +00:00

Remove unnecessary ".Link" usages (#29929)

Follow #29909
This commit is contained in:
wxiaoguang
2024-03-20 14:58:10 +08:00
committed by GitHub
parent 4c476fa41d
commit 91699a9bb1
6 changed files with 15 additions and 15 deletions

View File

@@ -49,7 +49,7 @@
</div>
</div>
</div>
<button class="ui small teal button" id="delete-selection" data-link="{{.Link}}/delete" data-redirect="{{.Link}}?page={{.Page.Paginater.Current}}">
<button class="ui small teal button" id="delete-selection" data-link="{{.Link}}/delete" data-redirect="?page={{.Page.Paginater.Current}}">
{{ctx.Locale.Tr "admin.notices.delete_selected"}}
</button>
</th>