We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125e3e3 commit 830f5c3Copy full SHA for 830f5c3
templates/repo/branch/list.tmpl
@@ -106,7 +106,7 @@
106
{{end}}
107
108
</td>
109
- <td class="two wide right aligned overflow-visible">
+ <td class="three wide right aligned overflow-visible">
110
{{if and $.IsWriter (not $.Repository.IsArchived) (not .IsDeleted)}}
111
<div class="ui basic jump button icon tooltip show-create-branch-modal" data-branch-from="{{.Name}}" data-branch-from-urlcomponent="{{PathEscapeSegments .Name}}" data-content="{{$.locale.Tr "repo.branch.new_branch_from" .Name}}" data-position="top right" data-modal="#create-branch-modal" data-name="{{.Name}}">
112
{{svg "octicon-git-branch"}}
0 commit comments