diff options
Diffstat (limited to 'app/views/errors/not_found.html.haml')
-rw-r--r-- | app/views/errors/not_found.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/errors/not_found.html.haml b/app/views/errors/not_found.html.haml index c7fec22..bf015d4 100644 --- a/app/views/errors/not_found.html.haml +++ b/app/views/errors/not_found.html.haml @@ -3,5 +3,5 @@ %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 + =icon :home =t :home |