diff options
Diffstat (limited to 'app/views/emails/_email.html.haml')
-rw-r--r-- | app/views/emails/_email.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |