summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-03-23 20:58:27 +0800
committerslene <vslene@gmail.com>2014-03-23 20:58:27 +0800
commit809a4eab6774c265c8c07313fa9957c274e52aaf (patch)
tree9f8c1e86554e9bc1199fdcad36e02335ea0ce69d /templates
parent559cd63fc5feace32bb44c695207579609516f15 (diff)
parent97debac18534e030924654befc6dc1eeb870a38b (diff)
downloadgitea-809a4eab6774c265c8c07313fa9957c274e52aaf.tar.gz
gitea-809a4eab6774c265c8c07313fa9957c274e52aaf.zip
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'templates')
-rw-r--r--templates/admin/config.tmpl1
-rw-r--r--templates/status/404.tmpl1
2 files changed, 2 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>
diff --git a/templates/status/404.tmpl b/templates/status/404.tmpl
index c2cafe0c9d..b971f279a8 100644
--- a/templates/status/404.tmpl
+++ b/templates/status/404.tmpl
@@ -4,5 +4,6 @@
<p style="margin-top: 80px"><img src="/img/404.png" alt="404"/></p>
<hr/>
<p>Application Version: {{AppVer}}</p>
+ <p>If you think it is an error, please open an issue on <a href="https://github.com/gogits/gogs/issues/new">GitHub</a>.</p>
</div>
{{template "base/footer" .}} \ No newline at end of file