diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-08-16 16:21:17 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-08-16 16:21:17 +0800 |
commit | bba707de36d9bfbdb3001e3e89fac0c072aa14e9 (patch) | |
tree | 2b3ee7fc662baea04cecdf14b8a2758c108f83cc /templates/repo/create.tmpl | |
parent | 78add502d71dca43bb59ab9ad91745c64d0bf74d (diff) | |
download | gitea-bba707de36d9bfbdb3001e3e89fac0c072aa14e9.tar.gz gitea-bba707de36d9bfbdb3001e3e89fac0c072aa14e9.zip |
Finish team list, create new team, join/leave team page
Diffstat (limited to 'templates/repo/create.tmpl')
-rw-r--r-- | templates/repo/create.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index b5a8ea4e47..6baa6d31e0 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -3,7 +3,9 @@ <div id="repo-wrapper"> <form id="repo-create-form" class="form form-align panel panel-radius" action="/repo/create" method="post"> {{.CsrfTokenHtml}} - <div class="panel-header"><h2>{{.i18n.Tr "new_repo"}}</h2></div> + <div class="panel-header"> + <h2>{{.i18n.Tr "new_repo"}}</h2> + </div> <div class="panel-content"> {{template "ng/base/alert" .}} <div class="field"> |