diff options
Diffstat (limited to 'templates/repo/create.tmpl')
-rw-r--r-- | templates/repo/create.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index ea716e32..b5a8ea4e 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -10,7 +10,7 @@ <label for="owner" class="req">{{.i18n.Tr "repo.owner"}}</label> <input id="repo-owner-id" type="hidden" name="uid" value="{{.ContextUser.Id}}" /> <div class="inline-block drop"> - <a href="#" class="drop-bottom"> + <a class="drop-bottom"> <img class="avatar" src="{{.ContextUser.AvatarLink}}" id="repo-owner-avatar" alt="user-avatar"> <strong id="repo-owner-name">{{.ContextUser.Name}}</strong> </a> |