diff options
author | azul <azul@riseup.net> | 2017-04-03 10:35:20 +0000 |
---|---|---|
committer | azul <azul@riseup.net> | 2017-04-03 10:35:20 +0000 |
commit | ac5098c3620160cd9538ee8bb499db8289218366 (patch) | |
tree | 49e02eb819fac37b4071b9af95ff4799930487db /app/views/emails/_email.html.haml | |
parent | d4ec87744e5eed54126c78a7d2f1154d1e8e53c0 (diff) | |
parent | 7660ad4d8fe75fb1aa4ee5175920784bce100e41 (diff) |
Merge branch 'fix/icons' into 'master'
fix: icons that were using the bootstrap 2 syntax
Closes #27
See merge request !35
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 |