mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-21 20:23:41 +09:00
refactor(templates): update djlint to 1.46.0 and resolve its new findings (#39231)
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
</a>
|
||||
{{$watch := and $.Watches (index $.Watches .ID)}}
|
||||
{{if $watch}}
|
||||
<button class="btn flex-text-inline show-modal"
|
||||
<button type="button" class="btn flex-text-inline show-modal"
|
||||
data-modal="#repo-watch-options-modal"
|
||||
data-modal-form.url="{{.Link}}/action/watch/options"
|
||||
data-modal-issues="{{$watch.IncludeIssues}}"
|
||||
|
||||
Reference in New Issue
Block a user