We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bda05 commit 056a9a7Copy full SHA for 056a9a7
templates/repo/settings/branches.tmpl
@@ -39,7 +39,7 @@
39
<div class="ui attached segment">
40
<div class="flex-list" id="protected-branches-list" data-update-priority-url="{{$.Repository.Link}}/settings/branches/priority">
41
{{range .ProtectedBranches}}
42
- <div class="flex-item tw-items-center item" data-id="{{.ID}}" >
+ <div class="flex-item tw-items-center item" data-id="{{.ID}}" >
43
<div class="drag-handle tw-cursor-grab">
44
{{svg "octicon-grabber" 16}}
45
</div>
0 commit comments