diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 18:44:37 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 18:44:37 +0800 |
commit | 2a2f025388b2f47cff4162adc207af2ba68d64d9 (patch) | |
tree | f3f3f732f5bcf9f1a74cac5723ff5c4eccc0fe99 /templates/repo/create.tmpl | |
parent | 6e33e54e71cdb6a100b9048bd6d9567fea2e7c91 (diff) | |
download | gitea-2a2f025388b2f47cff4162adc207af2ba68d64d9.tar.gz gitea-2a2f025388b2f47cff4162adc207af2ba68d64d9.zip |
change css name style
Diffstat (limited to 'templates/repo/create.tmpl')
-rw-r--r-- | templates/repo/create.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index a43f510484..dc509fc1cc 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -1,7 +1,7 @@ {{template "base/head" .}} {{template "base/navbar" .}} -<div class="container" id="gogs-body"> - <form action="/repo/create" method="post" class="form-horizontal gogs-card" id="gogs-repo-create"> +<div class="container" id="body"> + <form action="/repo/create" method="post" class="form-horizontal card" id="repo-create"> {{.CsrfTokenHtml}} <h3>Create New Repository</h3> <div class="alert alert-danger form-error{{if .HasError}}{{else}} hidden{{end}}">{{.ErrorMsg}}</div> |