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..c7fec22 --- /dev/null +++ b/app/views/errors/not_found.html.haml @@ -0,0 +1,7 @@ +.hero-unit + %h1=t 'errors.title.page_not_found' + %h2=t 'errors.subtitle.page_not_found', default: '' + %p.lead=t 'errors.text.page_not_found', default: '' + %a.btn.btn-primary.btn-large{href:'/'} + %i.icon-home.icon-white + =t :home |