diff options
author | Azul <azul@leap.se> | 2012-12-10 11:00:24 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-12-10 11:00:24 +0100 |
commit | 28b21959f39b0e28c450bba54b8696632a0187fa (patch) | |
tree | 7f13cad03190324ca0d242d3aee74bfb4efb00fa /users/app/views/emails | |
parent | e4c7f2fb8fa2833037508f1b88f802944855fd77 (diff) |
created generic Email class and use it with EmailAliases
Diffstat (limited to 'users/app/views/emails')
-rw-r--r-- | users/app/views/emails/_email.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/app/views/emails/_email.html.haml b/users/app/views/emails/_email.html.haml new file mode 100644 index 0000000..f182ed9 --- /dev/null +++ b/users/app/views/emails/_email.html.haml @@ -0,0 +1,4 @@ +%li.pull-right + %code= email + %i.icon-remove +.clearfix |