summaryrefslogtreecommitdiffstats
path: root/templates/repo
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-11 12:49:09 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-11 12:49:09 +0800
commit63d2f74c21b28cf3e88d507c489f1ab7486fd634 (patch)
tree5282faa38368e66c78c32ce460d2bb08cb88815e /templates/repo
parent5b5d54621e6b17e65e1df9227ca1bd5a66ce86db (diff)
downloadgitea-63d2f74c21b28cf3e88d507c489f1ab7486fd634.tar.gz
gitea-63d2f74c21b28cf3e88d507c489f1ab7486fd634.zip
begin dashboard ui
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/create.tmpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl
index e7a3633489..d8267d7bdc 100644
--- a/templates/repo/create.tmpl
+++ b/templates/repo/create.tmpl
@@ -50,6 +50,19 @@
</div>
<div class="form-group">
+ <label class="col-md-2 control-label">License</label>
+ <div class="col-md-8">
+ <select class="form-control" name="license">
+ <option value="">Select a license</option>
+ <option value="mit">MIT</option>
+ <option value="gpl">GPL</option>
+ <option value="apache">Apache License</option>
+ <option value="bsd">BSD</option>go
+ </select>
+ </div>
+ </div>
+
+ <div class="form-group">
<div class="col-md-8 col-md-offset-2">
<div class="checkbox">
<label>