diff options
author | Unknwon <u@gogs.io> | 2015-09-01 11:43:53 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-01 11:43:53 -0400 |
commit | 398569f6f8c9636a7497a250f02e9c6b0a27ea9a (patch) | |
tree | e706abe838eb5311c02cf47e5e5b99a9c221090e /templates/repo/create.tmpl | |
parent | dde9ace91b3e492386d4b31996ae970f5c9c10bd (diff) | |
download | gitea-398569f6f8c9636a7497a250f02e9c6b0a27ea9a.tar.gz gitea-398569f6f8c9636a7497a250f02e9c6b0a27ea9a.zip |
#1021 Forked repo unavailable after deleting original repo
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 ef0ab10a97..084c99c200 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -11,7 +11,7 @@ {{template "base/alert" .}} <div class="inline required field {{if .Err_Owner}}error{{end}}"> <label>{{.i18n.Tr "repo.owner"}}</label> - <div class="ui selection dropdown"> + <div class="ui selection owner dropdown"> <input type="hidden" id="uid" name="uid" value="{{.ContextUser.Id}}" required> <span class="text"> <img class="ui mini image" src="{{.ContextUser.AvatarLink}}"> |