From b869ef8a7648a677adc19ecb720869ce0fafa041 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Wed, 6 Nov 2019 15:26:46 +0530 Subject: [PATCH] FIX: add alt attribute for Summary emails --- app/views/user_notifications/digest.html.erb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index fc187f6d48..ed0a0e3edd 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -125,7 +125,7 @@ - + <%= t.user.username -%> <% if t.user %> @@ -137,7 +137,7 @@ <%- if show_image_with_url(t.image_url) && t.featured_link.nil? && !(@excerpts[t.first_post&.id]||"").include?(t.image_url) -%> - + topic image <%- end -%> @@ -160,17 +160,17 @@ - + likes

<%= t.like_count -%>

- + replies

<%= t.posts_count - 1 -%>

<% t.posters_summary.each do |ps| %> <% if ps.user %> - + <%= ps.user.username -%> <% end %> <% end %> @@ -243,7 +243,7 @@ - + @@ -253,7 +253,7 @@ - + <%= post.user.username -%> <% if post.user %> @@ -323,16 +323,16 @@ <% t.posters_summary[0,2].each do |ps| %> <% if ps.user %> - + <%= ps.user.username -%> <% end %> <% end %> - + likes

<%= t.like_count -%>

- + replies

<%= t.posts_count - 1 -%>