aboutsummaryrefslogtreecommitdiffstats
path: root/templates/org
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2020-02-20 17:44:13 -0600
committerGitHub <noreply@github.com>2020-02-20 17:44:13 -0600
commitac18c3f6f279959decb1ae96027b909841dc5412 (patch)
treec9d6cd61f00d7972bd8571e20885c3d75bf86952 /templates/org
parent4efc365c024c9dfaca7de087b7479c9630849e07 (diff)
downloadgitea-ac18c3f6f279959decb1ae96027b909841dc5412.tar.gz
gitea-ac18c3f6f279959decb1ae96027b909841dc5412.zip
Fixes (#10386)
Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: techknowlogick <matti@mdranta.net>
Diffstat (limited to 'templates/org')
-rw-r--r--templates/org/home.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl
index 46c590342b..7fc2a5c2de 100644
--- a/templates/org/home.tmpl
+++ b/templates/org/home.tmpl
@@ -24,7 +24,7 @@
<div class="ui eleven wide column">
{{if .CanCreateOrgRepo}}
<div class="text right">
- <a class="ui green button" href="{{AppSubUrl}}/repo/create?org={{.Org.ID}}">{{svg "octicon-repo-create" 16}} {{.i18n.Tr "new_repo"}}</a>
+ <a class="ui green button" href="{{AppSubUrl}}/repo/create?org={{.Org.ID}}">{{.i18n.Tr "new_repo"}}</a>
</div>
<div class="ui divider"></div>
{{end}}