diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-21 21:44:19 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-21 21:44:19 +0300 |
commit | c994959f736206aacec8e9933d62588b9cb5b0c5 (patch) | |
tree | a65a3061df93984ecdb0911c4d0582c353ca5035 /templates/pages/error.gohtml | |
parent | 37c250d538893ff8178bd9c9e4dde225a991ce76 (diff) |
Diffstat (limited to 'templates/pages/error.gohtml')
-rw-r--r-- | templates/pages/error.gohtml | 1 |
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> Back</a> {{ end }} |