X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e5152c3931c8f0766b2201053427b398e3b13bde..e3e5ad4c5fed07eda993648f1998d9b0f5c78921:/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 new file mode 100644 index 000000000..29ecf9ea8 --- /dev/null +++ b/app/views/notifier/_message_body.html.erb @@ -0,0 +1,18 @@ + + + + + +
+ <%= link_to( + image_tag( + attachments["avatar.png"].url, + alt: @author, + title: @author + ), + user_url(@author, :host => SERVER_URL), + :target => "_blank" + ) %> + + <%= body %> +