1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00
6543
2019-07-30 17:02:58 +02:00
committed by Lunny Xiao
parent e7d4895732
commit d974c139b4
+2 -2
View File
@@ -13,7 +13,7 @@
<tbody>
<tr>
<td>
{{range $branch := .Branches}}
{{range .Branches}}
{{if eq .Name $.DefaultBranch}}
{{if .IsProtected}}
<i class="octicon octicon-shield"></i>
@@ -44,7 +44,7 @@
<div class="ui attached table segment">
<table class="ui very basic striped fixed table single line">
<tbody>
{{range $branch := .Branches}}
{{range .Branches}}
{{if ne .Name $.DefaultBranch}}
<tr>
<td class="six wide">