aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/setting.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/setting.tmpl')
-rw-r--r--templates/repo/setting.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/repo/setting.tmpl b/templates/repo/setting.tmpl
index 5572671c..61621fe0 100644
--- a/templates/repo/setting.tmpl
+++ b/templates/repo/setting.tmpl
@@ -67,6 +67,13 @@
<div class="col-md-offset-3 col-md-9">
<div class="checkbox">
<label style="line-height: 15px;">
+ <input type="checkbox" name="private" {{if .Repository.IsPrivate}}checked{{end}}>
+ <strong>Make this repository private</strong>
+ </label>
+ </div>
+
+ <div class="checkbox">
+ <label style="line-height: 15px;">
<input type="checkbox" name="goget" {{if .Repository.IsGoget}}checked{{end}}>
<strong>Enable 'go get' meta</strong>
</label>