summaryrefslogtreecommitdiffstats
path: root/templates/repo/setting.tmpl
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-19 06:00:08 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-19 06:00:08 -0400
commiteda3f8b3b34f15d29bb2e6f1346e15616f508501 (patch)
tree6c041b6c0450a3e0c3dcd245a8489311fdf2aaa4 /templates/repo/setting.tmpl
parentb32e223db56b270d4dd45aed0c9fd5dd54d0f5f8 (diff)
downloadgitea-eda3f8b3b34f15d29bb2e6f1346e15616f508501.tar.gz
gitea-eda3f8b3b34f15d29bb2e6f1346e15616f508501.zip
Mirror updates
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 5572671c93..61621fe0e4 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>