From 1f0f7ba621cadc01c802863135583b1d0feb1bf4 Mon Sep 17 00:00:00 2001 From: Herve Saint-Amand Date: Thu, 29 Dec 2016 23:37:39 +0000 Subject: [PATCH] avatar inline attachment; text alignment --- .../notifier/changeset_comment_notification.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 %>

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