|
@@ -32,7 +32,7 @@
|
|
|
<label>{{.i18n.Tr "repo.default_branch"}}</label>
|
|
|
<div class="ui selection dropdown">
|
|
|
<input type="hidden" id="branch" name="branch" value="{{.Repository.DefaultBranch}}">
|
|
|
- <div class="default text">{{.Repository.DefaultBranch}}</div>
|
|
|
+ <div class="text">{{.Repository.DefaultBranch}}</div>
|
|
|
<i class="dropdown icon"></i>
|
|
|
<div class="menu">
|
|
|
{{range .Branches}}
|