Skip to content

Commit 4c06072

Browse files
committed
Fix template error
1 parent b377b24 commit 4c06072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/settings/branches.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{{end}}
2626
</div>
2727
</div>
28-
<button class="ui primary button"{{if .Repository.IsEmpty}} disabled"{{end}}>{{ctx.Locale.Tr "repo.settings.branches.update_default_branch"}}</button>
28+
<button class="ui primary button"{{if .Repository.IsEmpty}} disabled{{end}}>{{ctx.Locale.Tr "repo.settings.branches.update_default_branch"}}</button>
2929
</form>
3030
</div>
3131

0 commit comments

Comments
 (0)