summaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2017-08-23 12:08:20 +0800
committerGitHub <noreply@github.com>2017-08-23 12:08:20 +0800
commit9413b48a0b89fe2639378ca75bf1810c4a076374 (patch)
tree0a42b16098b68156efa08bf974e8b4b9820865a3 /templates/user
parentbe4f6a754cc1ba93f92c06c28be21d77b79f5fe9 (diff)
downloadgitea-9413b48a0b89fe2639378ca75bf1810c4a076374.tar.gz
gitea-9413b48a0b89fe2639378ca75bf1810c4a076374.zip
fix bug on create repo link on dashboard (#2359)
Diffstat (limited to 'templates/user')
-rw-r--r--templates/user/dashboard/dashboard.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl
index f88ad67056..8204c0b7e7 100644
--- a/templates/user/dashboard/dashboard.tmpl
+++ b/templates/user/dashboard/dashboard.tmpl
@@ -35,7 +35,7 @@
<h4 class="ui top attached header">
{{.i18n.Tr "home.my_repos"}} <span class="ui grey label">${reposTotalCount}</span>
<div class="ui right">
- <a class="poping up" :href="suburl + '/repo/create>'" data-content="{{.i18n.Tr "new_repo"}}" data-variation="tiny inverted" data-position="left center">
+ <a class="poping up" :href="suburl + '/repo/create'" data-content="{{.i18n.Tr "new_repo"}}" data-variation="tiny inverted" data-position="left center">
<i class="plus icon"></i>
<span class="sr-only">{{.i18n.Tr "new_repo"}}</span>
</a>