Skip to content

Commit d974c13

Browse files
6543lunny
authored andcommitted
1 parent e7d4895 commit d974c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/branch/list.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<tbody>
1414
<tr>
1515
<td>
16-
{{range $branch := .Branches}}
16+
{{range .Branches}}
1717
{{if eq .Name $.DefaultBranch}}
1818
{{if .IsProtected}}
1919
<i class="octicon octicon-shield"></i>
@@ -44,7 +44,7 @@
4444
<div class="ui attached table segment">
4545
<table class="ui very basic striped fixed table single line">
4646
<tbody>
47-
{{range $branch := .Branches}}
47+
{{range .Branches}}
4848
{{if ne .Name $.DefaultBranch}}
4949
<tr>
5050
<td class="six wide">

0 commit comments

Comments
 (0)