summaryrefslogtreecommitdiff
path: root/users/app/views/emails/_email.html.haml
blob: e96385d3fe9662bb80b17446af2110c36fa37b94 (plain)
1
2
3
4
5
6
%li.pull-right
  %code= email
  - if params[:action] == 'edit'
    = link_to(user_email_alias_path(@user, email), :method => :delete) do
      %i.icon-remove
.clearfix