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 469e72d213..4d9137fe72 100644
--- a/templates/repo/issue/branch_selector_field.tmpl
+++ b/templates/repo/issue/branch_selector_field.tmpl
@@ -20,12 +20,12 @@
<div class="two column row">
<a class="reference column" href="#" data-target="#branch-list">
<span class="text black">
- {{svg "octicon-git-branch"}} {{.i18n.Tr "repo.branches"}}
+ {{svg "octicon-git-branch" 16 "mr-2"}}{{.i18n.Tr "repo.branches"}}
</span>
</a>
<a class="reference column" href="#" data-target="#tag-list">
<span class="text">
- <i class="reference tags icon"></i> {{.i18n.Tr "repo.tags"}}
+ {{svg "octicon-tag" 16 "mr-2"}}{{.i18n.Tr "repo.tags"}}
</span>
</a>
</div>