]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/_message_body.html.erb
Rename Notifier to UserMailer
[rails.git] / app / views / notifier / _message_body.html.erb
diff --git a/app/views/notifier/_message_body.html.erb b/app/views/notifier/_message_body.html.erb
deleted file mode 100644 (file)
index d572fb9..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<table style="font-size: 15px; margin: 15px 0px; background-color: #eee; width: 100%">
-  <tr>
-    <td style="width: 50px; min-width: 50px; vertical-align: top; padding: 15px">
-      <%= link_to(
-            image_tag(
-              attachments["avatar.png"].url,
-              :alt => @author,
-              :title => @author,
-              :width => 50,
-              :height => 50,
-              :border => 0
-            ),
-            user_url(@author),
-            :target => "_blank", :rel => "noopener"
-          ) %>
-    </td>
-    <td style="text-align: <%= style_left %>; vertical-align: top; padding-<%= style_right %>: 10px; width: 100%">
-      <%= body %>
-    </td>
-  </tr>
-</table>