From 7660ad4d8fe75fb1aa4ee5175920784bce100e41 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 3 Apr 2017 11:27:27 +0200 Subject: fix: icons that were using the bootstrap 2 syntax --- app/views/errors/not_found.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/errors/not_found.html.haml') 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 -- cgit v1.2.3