Adjust error page layout
This commit is contained in:
parent
b1637d97bc
commit
64a6ba545b
2 changed files with 7 additions and 1 deletions
3
public/stylesheets/error.css
Normal file
3
public/stylesheets/error.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
#mobile-view {
|
||||
max-width: 100%;
|
||||
}
|
|
@ -1,6 +1,9 @@
|
|||
extends layout
|
||||
|
||||
block stylesheets
|
||||
link(rel='stylesheet', href='/stylesheets/error.css')
|
||||
|
||||
block content
|
||||
h1= message
|
||||
h2= error.status
|
||||
pre #{error.stack}
|
||||
pre #{error.stack}
|
Reference in a new issue