Skip to content

Commit 49803f6

Browse files
committed
remove table header
1 parent c7aed29 commit 49803f6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

templates/repo/branch/list.tmpl

-10
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@
3434
</h4>
3535
<div class="ui attached table segment">
3636
<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-
<th class="two wide"></th>
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>
4737
<tbody>
4838
{{range $branch := .Branches}}
4939
{{if ne .Name $.DefaultBranch}}

0 commit comments

Comments
 (0)