Added links that lead to index page of a service in errorXXX and nospace templates.
This commit is contained in:
parent
31f84721ad
commit
96fd7e5883
@ -20,3 +20,5 @@ block body
|
|||||||
| #{http.StatusText(code)}
|
| #{http.StatusText(code)}
|
||||||
if errorMsg != ""
|
if errorMsg != ""
|
||||||
p #{errorMsg}
|
p #{errorMsg}
|
||||||
|
center
|
||||||
|
a(href="/") Back to index page
|
||||||
|
@ -18,3 +18,5 @@ block body
|
|||||||
- wr.(http.ResponseWriter).WriteHeader(http.StatusInternalServerError)
|
- wr.(http.ResponseWriter).WriteHeader(http.StatusInternalServerError)
|
||||||
section#error
|
section#error
|
||||||
h1 Not enough space left
|
h1 Not enough space left
|
||||||
|
center
|
||||||
|
a(href="/") Back to index page
|
||||||
|
Loading…
Reference in New Issue
Block a user