diff options
author | Azul <azul@leap.se> | 2013-01-22 12:02:18 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-01-22 13:06:37 +0100 |
commit | de48efcf2a6b5fb096fd209b1efea482f743c19c (patch) | |
tree | c555b53719f67fd48bd6b742ff2f5e2ede7b7c53 /users/app/views/emails | |
parent | ed1caa740f0e58cfd5f2d908946461154db68174 (diff) |
some basic webfinger routes, controller, presenters, views
Diffstat (limited to 'users/app/views/emails')
-rw-r--r-- | users/app/views/emails/_email.html.haml.orig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/users/app/views/emails/_email.html.haml.orig b/users/app/views/emails/_email.html.haml.orig new file mode 100644 index 0000000..440870d --- /dev/null +++ b/users/app/views/emails/_email.html.haml.orig @@ -0,0 +1,12 @@ +<<<<<<< HEAD +%li.pull-right + %code= email + - if params[:action] == 'edit' +======= += wrapped(email, local_assigns) do + = email + - if local_assigns[:with].try(:include?, :delete) +>>>>>>> more flexible email partial + = link_to(user_email_alias_path(@user, email), :method => :delete) do + %i.icon-remove +.clearfix |