diff options
author | Unknwon <u@gogs.io> | 2015-11-22 01:32:09 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-22 01:32:09 -0500 |
commit | 52c8f691630548fe091d30bcfe8164545a05d3d5 (patch) | |
tree | 12ad797f4c2f8ae6ea81e59e4a0e73ec76abaef3 /templates/repo/create.tmpl | |
parent | b80e848d02b4e27e067910c03aadeddcbdd5f3f5 (diff) | |
download | gitea-52c8f691630548fe091d30bcfe8164545a05d3d5.tar.gz gitea-52c8f691630548fe091d30bcfe8164545a05d3d5.zip |
fix #650
Diffstat (limited to 'templates/repo/create.tmpl')
-rw-r--r-- | templates/repo/create.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index ebaa5965fa..07a9c0919d 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -71,7 +71,7 @@ </div> <div class="inline field"> <label>{{.i18n.Tr "repo.license"}}</label> - <div class="ui selection dropdown"> + <div class="ui search selection dropdown"> <input type="hidden" name="license" value="{{.license}}"> <div class="default text">{{.i18n.Tr "repo.license_helper"}}</div> <div class="menu"> |