Skip to content

Commit 056a9a7

Browse files
committed
fix tmpl
1 parent c1bda05 commit 056a9a7

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
@@ -39,7 +39,7 @@
3939
<div class="ui attached segment">
4040
<div class="flex-list" id="protected-branches-list" data-update-priority-url="{{$.Repository.Link}}/settings/branches/priority">
4141
{{range .ProtectedBranches}}
42-
<div class="flex-item tw-items-center item" data-id="{{.ID}}" >
42+
<div class="flex-item tw-items-center item" data-id="{{.ID}}" >
4343
<div class="drag-handle tw-cursor-grab">
4444
{{svg "octicon-grabber" 16}}
4545
</div>

0 commit comments

Comments
 (0)