diff options
author | Azul <azul@riseup.net> | 2017-04-03 11:27:27 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2017-04-03 12:11:16 +0200 |
commit | 7660ad4d8fe75fb1aa4ee5175920784bce100e41 (patch) | |
tree | 49e02eb819fac37b4071b9af95ff4799930487db /app/views/errors | |
parent | d4ec87744e5eed54126c78a7d2f1154d1e8e53c0 (diff) |
fix: icons that were using the bootstrap 2 syntax
Diffstat (limited to 'app/views/errors')
-rw-r--r-- | app/views/errors/not_found.html.haml | 2 | ||||
-rw-r--r-- | app/views/errors/server_error.html.haml | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/app/views/errors/server_error.html.haml b/app/views/errors/server_error.html.haml index a4133da..d9e8635 100644 --- a/app/views/errors/server_error.html.haml +++ b/app/views/errors/server_error.html.haml @@ -3,5 +3,5 @@ %h2=t 'errors.subtitle.server_error', default: '' %p.lead=t 'errors.text.server_error', default: '' %a.btn.btn-primary.btn-large{href:'/'} - %i.icon-home.icon-white + =icon :home =t :home |