diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-11 00:54:01 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-11 00:54:01 -0400 |
commit | e9b71c88d7782ae894139db584f95582600e7e29 (patch) | |
tree | eccd785cbdd34b2d6431b8582fff53ed119ae067 /templates/repo/create.tmpl | |
parent | b4727c7601d9ab30c4a9aa26a63cb0ce257e7d88 (diff) | |
parent | 63d2f74c21b28cf3e88d507c489f1ab7486fd634 (diff) |
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'templates/repo/create.tmpl')
-rw-r--r-- | templates/repo/create.tmpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index e7a36334..d8267d7b 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> |