summaryrefslogtreecommitdiff
path: root/templates/pages/error.gohtml
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-21 21:44:19 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-21 21:44:19 +0300
commitc994959f736206aacec8e9933d62588b9cb5b0c5 (patch)
treea65a3061df93984ecdb0911c4d0582c353ca5035 /templates/pages/error.gohtml
parent37c250d538893ff8178bd9c9e4dde225a991ce76 (diff)
redisignHEADmaster
Diffstat (limited to 'templates/pages/error.gohtml')
-rw-r--r--templates/pages/error.gohtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/pages/error.gohtml b/templates/pages/error.gohtml
index 8d63bbd..6527c79 100644
--- a/templates/pages/error.gohtml
+++ b/templates/pages/error.gohtml
@@ -2,4 +2,5 @@
{{define "content"}}
<h1>Error happened.</h1>
<h2>Nothing can be done.</h2>
+<a href="/" class="button"><i class="icon-left-big"></i>&nbsp;Back</a>
{{ end }}