diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-23 08:40:40 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-23 08:40:40 -0400 |
commit | 97debac18534e030924654befc6dc1eeb870a38b (patch) | |
tree | 957bc269e6dcf176f1c242e8be2a7f461daa12c8 /templates/admin/config.tmpl | |
parent | 97e82a0ff6286fd0a42281cd1e34dd734110e2f4 (diff) | |
download | gitea-97debac18534e030924654befc6dc1eeb870a38b.tar.gz gitea-97debac18534e030924654befc6dc1eeb870a38b.zip |
SSL enable config option
Diffstat (limited to 'templates/admin/config.tmpl')
-rw-r--r-- | templates/admin/config.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl index 048740e617..915c9dc088 100644 --- a/templates/admin/config.tmpl +++ b/templates/admin/config.tmpl @@ -17,6 +17,7 @@ <div><b>Run User:</b> {{.RunUser}}</div> <div><b>Run Mode:</b> {{.RunMode}}</div> <hr/> + <div><b>Enable HTTPS Clone</b> <i class="fa fa{{if .EnableHttpsClone}}-check{{end}}-square-o"></i></div> <div><b>Repository Root Path:</b> {{.RepoRootPath}}</div> </div> </div> |