diff options
Diffstat (limited to 'app/views/errors')
-rw-r--r-- | app/views/errors/error.html.haml | 3 | ||||
-rw-r--r-- | app/views/errors/not_found.html.haml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app/views/errors/error.html.haml b/app/views/errors/error.html.haml new file mode 100644 index 0000000..7f16eb5 --- /dev/null +++ b/app/views/errors/error.html.haml @@ -0,0 +1,3 @@ +.dialog + %h1 + We're sorry, but something went wrong.
\ No newline at end of file diff --git a/app/views/errors/not_found.html.haml b/app/views/errors/not_found.html.haml new file mode 100644 index 0000000..79cbbf9 --- /dev/null +++ b/app/views/errors/not_found.html.haml @@ -0,0 +1,3 @@ +.dialog + %h1 The page you were looking for doesn't exist. + %p You may have mistyped the address or the page may have moved. |