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/emails/_email.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/emails/_email.html.haml') diff --git a/app/views/emails/_email.html.haml b/app/views/emails/_email.html.haml index ea59cec..0a50ff8 100644 --- a/app/views/emails/_email.html.haml +++ b/app/views/emails/_email.html.haml @@ -2,5 +2,5 @@ = email - if local_assigns[:with].try(:include?, :delete) = link_to(user_email_alias_path(@user, email), :method => :delete) do - %i.icon-remove + =icon :remove -- cgit v1.2.3