diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-29 11:56:00 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-29 11:56:00 -0400 |
commit | cad2ced3945401243d7b644cb613432e1712ab41 (patch) | |
tree | d8450367d17649c4765a08dbceefe9918c651b44 /templates/install.tmpl | |
parent | be45057c3aef74c4b8bdc28ebd84c7297d1a7b62 (diff) | |
download | gitea-cad2ced3945401243d7b644cb613432e1712ab41.tar.gz gitea-cad2ced3945401243d7b644cb613432e1712ab41.zip |
Bug fix
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r-- | templates/install.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index d8f05fcaa7..a456ac5f2c 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -133,7 +133,7 @@ <hr/> <div class="form-group text-center"> - <button class="btn btn-primary btn-lg">Test Configuration</button> + <!-- <button class="btn btn-primary btn-lg">Test Configuration</button> --> <button class="btn btn-danger btn-lg">Install Gogs</button> <button class="btn btn-default btn-sm" type="button" data-toggle="modal" data-target="#advance-options-modal"> Advanced Options |