summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/branch_selector_field.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/issue/branch_selector_field.tmpl')
-rw-r--r--templates/repo/issue/branch_selector_field.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/issue/branch_selector_field.tmpl b/templates/repo/issue/branch_selector_field.tmpl
index 8758be4ae0..a584152d61 100644
--- a/templates/repo/issue/branch_selector_field.tmpl
+++ b/templates/repo/issue/branch_selector_field.tmpl
@@ -15,7 +15,7 @@
<div class="two column row">
<a class="reference column" href="#" data-target="#branch-list">
<span class="text black">
- <i class="octicon octicon-git-branch"></i> {{.i18n.Tr "repo.branches"}}
+ {{svg "octicon-git-branch" 16}} {{.i18n.Tr "repo.branches"}}
</span>
</a>
<a class="reference column" href="#" data-target="#tag-list">
@@ -40,4 +40,4 @@
</div>
<div class="ui divider"></div>
-{{end}} \ No newline at end of file
+{{end}}