Skip to content

Commit c9a7cb1

Browse files
committed
fix closing tag
1 parent 9ba07c1 commit c9a7cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/pull.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
</div>
147147
{{if .IsPullBranchDeletable}}
148148
<div class="item-section-right">
149-
<button class="delete-button ui button" data-url="{{.DeleteBranchLink}}">{{$.locale.Tr "repo.branch.delete_html"}}</a>
149+
<button class="delete-button ui button" data-url="{{.DeleteBranchLink}}">{{$.locale.Tr "repo.branch.delete_html"}}</button>
150150
</div>
151151
{{end}}
152152
</div>

0 commit comments

Comments
 (0)