diff options
Diffstat (limited to 'app/views/errors/not_found.html.haml')
-rw-r--r-- | app/views/errors/not_found.html.haml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/errors/not_found.html.haml b/app/views/errors/not_found.html.haml new file mode 100644 index 0000000..75cb889 --- /dev/null +++ b/app/views/errors/not_found.html.haml @@ -0,0 +1,7 @@ +.hero-unit + %h1=t :not_found_title + %h2=t :not_found_subtitle + %p.lead=t :not_found_lead + %a.btn.btn-primary.btn-large{href:'/'} + %i.icon-home.icon-white + =t :home |