aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/pulls/fork.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/pulls/fork.tmpl')
-rw-r--r--templates/repo/pulls/fork.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/repo/pulls/fork.tmpl b/templates/repo/pulls/fork.tmpl
index f10c2aa8..e8dac97c 100644
--- a/templates/repo/pulls/fork.tmpl
+++ b/templates/repo/pulls/fork.tmpl
@@ -49,6 +49,13 @@
<input type="checkbox" {{if .IsPrivate}}checked{{end}}>
<label>{{.i18n.Tr "repo.visiblity_helper" | Safe}}</label>
</div>
+ </div>
+ <div class="inline field">
+ <label></label>
+ <div class="ui read-only checkbox">
+ <input type="checkbox" {{if .IsUnlisted}}checked{{end}}>
+ <label>{{.i18n.Tr "repo.unlisted_helper" | Safe}}</label>
+ </div>
<span class="help">{{.i18n.Tr "repo.fork_visiblity_helper"}}</span>
</div>
<div class="inline field {{if .Err_Description}}error{{end}}">