We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7aed29 commit 49803f6Copy full SHA for 49803f6
templates/repo/branch/list.tmpl
@@ -34,16 +34,6 @@
34
</h4>
35
<div class="ui attached table segment">
36
<table class="ui very basic striped fixed table single line">
37
- <thead>
38
- <tr>
39
- <th class="six wide">{{.i18n.Tr "repo.branch.name"}}</th>
40
- <th class="two wide"></th>
41
42
- {{if and $.IsWriter (not $.IsMirror)}}
43
- <th class="one wide right aligned">{{.i18n.Tr "repo.branch.delete_head"}}</th>
44
- {{end}}
45
- </tr>
46
- </thead>
47
<tbody>
48
{{range $branch := .Branches}}
49
{{if ne .Name $.DefaultBranch}}
0 commit comments