diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-08 21:25:38 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-08 21:25:38 -0500 |
commit | 76ce6f98487b3754992da18969df37560e49ee82 (patch) | |
tree | 834ab9c155d06a3fba6b23831bcde24d3b8f951b /templates/repo/created.tmpl | |
parent | 5a05d6633d413b1c5182a0a542e173f99601a103 (diff) | |
download | gitea-76ce6f98487b3754992da18969df37560e49ee82.tar.gz gitea-76ce6f98487b3754992da18969df37560e49ee82.zip |
Update repo.Create
Diffstat (limited to 'templates/repo/created.tmpl')
-rw-r--r-- | templates/repo/created.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/repo/created.tmpl b/templates/repo/created.tmpl index aa47cb3fdc..35803e3938 100644 --- a/templates/repo/created.tmpl +++ b/templates/repo/created.tmpl @@ -1,8 +1,8 @@ {{template "base/head" .}} {{template "base/navbar" .}} -<div class="container"> -<div class="col-md-offset-4 col-md-3"> - Created successfully! - </div> +<div class="container" id="gogs-body"> + <div class="col-md-offset-4 col-md-3"> + Created successfully! + </div> </div> {{template "base/footer" .}}
\ No newline at end of file |