From 627f0488e5bd3c31359fc9e78acffbfea4a86a8b Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 24 Aug 2012 21:12:36 -0700 Subject: committed website v. 0.1.0 --- app/views/errors/error.html.haml | 3 +++ app/views/errors/not_found.html.haml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 app/views/errors/error.html.haml create mode 100644 app/views/errors/not_found.html.haml (limited to 'app/views/errors') 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. -- cgit v1.2.3