summaryrefslogtreecommitdiffstats
path: root/templates/status
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-14 01:59:07 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-14 01:59:07 -0400
commit1ce17cce764b5c10feeba5a92586be9a45173e26 (patch)
tree6c9ecbe028443258f10dc0e87026b8f765146bdc /templates/status
parent15f8bc417e2b5683e2cd578c9c50f51acfd3daba (diff)
downloadgitea-1ce17cce764b5c10feeba5a92586be9a45173e26.tar.gz
gitea-1ce17cce764b5c10feeba5a92586be9a45173e26.zip
Add log.handle
Diffstat (limited to 'templates/status')
-rw-r--r--templates/status/200.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/status/200.tmpl b/templates/status/200.tmpl
new file mode 100644
index 0000000000..8f64494201
--- /dev/null
+++ b/templates/status/200.tmpl
@@ -0,0 +1,7 @@
+{{template "base/head" .}}
+{{template "base/navbar" .}}
+<div id="gogs-body" class="container">
+ <p>An error is occurred : {{.ErrorMsg}}</p>
+ <p>Application Version: {{AppVer}}</p>
+</div>
+{{template "base/footer" .}} \ No newline at end of file