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/pulls | |
parent | dde9ace91b3e492386d4b31996ae970f5c9c10bd (diff) | |
download | gitea-398569f6f8c9636a7497a250f02e9c6b0a27ea9a.tar.gz gitea-398569f6f8c9636a7497a250f02e9c6b0a27ea9a.zip |
#1021 Forked repo unavailable after deleting original repo
Diffstat (limited to 'templates/repo/pulls')
-rw-r--r-- | templates/repo/pulls/fork.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/pulls/fork.tmpl b/templates/repo/pulls/fork.tmpl index 01bbe9b797..cc2005c226 100644 --- a/templates/repo/pulls/fork.tmpl +++ b/templates/repo/pulls/fork.tmpl @@ -45,7 +45,7 @@ </div> <div class="inline field"> <label>{{.i18n.Tr "repo.visibility"}}</label> - <div class="ui read-only toggle checkbox"> + <div class="ui read-only checkbox"> <input type="checkbox" {{if .IsPrivate}}checked{{end}}> <label>{{.i18n.Tr "repo.visiblity_helper" | Safe}}</label> </div> |