diff options
author | Unknwon <u@gogs.io> | 2015-08-10 01:04:23 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-10 01:04:23 +0800 |
commit | 48f12d4eaddf08282086199d94a306b47483521f (patch) | |
tree | d0bbe611ace41557262acd7925fe157d1ad2820c /templates/repo/issue/new_form.tmpl | |
parent | a79586cc545594d8876438e2497c9408945748b2 (diff) | |
download | gitea-48f12d4eaddf08282086199d94a306b47483521f.tar.gz gitea-48f12d4eaddf08282086199d94a306b47483521f.zip |
upgrade new issue to SUI v2
Diffstat (limited to 'templates/repo/issue/new_form.tmpl')
-rw-r--r-- | templates/repo/issue/new_form.tmpl | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/templates/repo/issue/new_form.tmpl b/templates/repo/issue/new_form.tmpl index 544c0b8683..53e6ca5e5d 100644 --- a/templates/repo/issue/new_form.tmpl +++ b/templates/repo/issue/new_form.tmpl @@ -27,16 +27,19 @@ {{.i18n.Tr "repo.release.loading"}} </div> </div> - <button class="ui right green button"> - {{.i18n.Tr "repo.issues.create"}} - </button> + <div class="text right"> + <button class="ui green button"> + {{.i18n.Tr "repo.issues.create"}} + </button> + </div> </div> </div> </div> </div> + <div class="four wide column"> <div class="ui segment metas"> - <div class="ui {{if .Labels}}disabled{{end}} pointing dropdown jump item"> + <div class="ui {{if .Labels}}disabled{{end}} dropdown jump item"> <span class="text"> <strong>{{.i18n.Tr "repo.issues.new.labels"}}</strong> <span class="octicon octicon-gear"></span> @@ -52,7 +55,7 @@ <span class="item">filter_label_no_select</span> </div> <div class="ui divider"></div> - <div class="ui {{if .Labels}}disabled{{end}} pointing dropdown jump item"> + <div class="ui {{if .Labels}}disabled{{end}} dropdown jump item"> <span class="text"> <strong>{{.i18n.Tr "repo.issues.new.labels"}}</strong> <span class="octicon octicon-gear"></span> @@ -68,7 +71,7 @@ <span class="item">filter_label_no_select</span> </div> <div class="ui divider"></div> - <div class="ui {{if .Labels}}disabled{{end}} pointing dropdown jump item"> + <div class="ui {{if .Labels}}disabled{{end}} dropdown jump item"> <span class="text"> <strong>{{.i18n.Tr "repo.issues.new.labels"}}</strong> <span class="octicon octicon-gear"></span> |