From: Herve Saint-Amand Date: Thu, 29 Dec 2016 23:37:39 +0000 (+0000) Subject: avatar inline attachment; text alignment X-Git-Tag: live~3604^2~38 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1f0f7ba621cadc01c802863135583b1d0feb1bf4?hp=689769cadad01bf6be271ecaf40a625c3edc7676;ds=sidebyside avatar inline attachment; text alignment --- diff --git a/app/views/notifier/changeset_comment_notification.html.erb b/app/views/notifier/changeset_comment_notification.html.erb index dffb29059..3aaf9fb9e 100644 --- a/app/views/notifier/changeset_comment_notification.html.erb +++ b/app/views/notifier/changeset_comment_notification.html.erb @@ -24,7 +24,7 @@ -
+

<% if @owner %> <%= t "notifier.changeset_comment_notification.commented.your_changeset_html", :commenter => @commenter, :commenter_url => @commenter_url, :time => @time %> @@ -37,12 +37,12 @@ <%= t "notifier.changeset_comment_notification.commented.partial_changeset_without_comment" %> <% end %>

- +
- -
- + + <%= image_tag attachments["avatar.png"].url, alt: @commenter %> + <%= @comment.to_html %>