diff options
author | Unknwon <u@gogs.io> | 2015-09-12 15:31:36 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-12 15:31:36 -0400 |
commit | aff773f1b968b601a02d48cca071c7e96a22ca52 (patch) | |
tree | f31223df35c33b2889d9672ee7d2566a352b11ab /templates/install.tmpl | |
parent | 10de16beb0065a5e96ef58073841da35c017f5dd (diff) | |
download | gitea-aff773f1b968b601a02d48cca071c7e96a22ca52.tar.gz gitea-aff773f1b968b601a02d48cca071c7e96a22ca52.zip |
add tidb support
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 657247ce50..dc76c4154d 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -152,7 +152,7 @@ <!-- Server and other services --> <div class="ui accordion optional field"> - <div class="title"> + <div class="title {{if .Err_Services}}text red{{end}}"> <i class="icon dropdown"></i> {{.i18n.Tr "install.server_service_title"}} </div> |