diff options
Diffstat (limited to 'templates/repo/settings/branches.tmpl')
-rw-r--r-- | templates/repo/settings/branches.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/settings/branches.tmpl b/templates/repo/settings/branches.tmpl index c7f2c9ccad..be68e9bcbc 100644 --- a/templates/repo/settings/branches.tmpl +++ b/templates/repo/settings/branches.tmpl @@ -27,7 +27,7 @@ {{range .Branches}} <option value="{{.}}">{{.}}</option> {{end}} - </select><i class="dropdown icon"></i> + </select>{{svg "octicon-triangle-down" 14 "dropdown icon"}} <div class="default text">{{.Repository.DefaultBranch}}</div> <div class="menu transition hidden" tabindex="-1" style="display: block !important;"> {{range .Branches}} @@ -49,7 +49,7 @@ <div class="ui grid padded"> <div class="eight wide column"> <div class="ui fluid dropdown selection" tabindex="0"> - <i class="dropdown icon"></i> + {{svg "octicon-triangle-down" 14 "dropdown icon"}} <div class="default text">{{.i18n.Tr "repo.settings.choose_branch"}}</div> <div class="menu transition hidden" tabindex="-1" style="display: block !important;"> {{range .LeftBranches}} |