From 1ae14f3b890f082d05067ea4e6139c92151730f2 Mon Sep 17 00:00:00 2001 From: scossar Date: Tue, 15 Mar 2016 10:29:19 -0700 Subject: [PATCH] don't call translate with a symbol close anchor tag --- app/views/user_notifications/digest.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index 9f4bfe4a900..c9be3362614 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -58,7 +58,7 @@
<%- @new_by_category.first(10).each do |c| %> - <%= c[0].name %> <%= c[1] %> + <%= c[0].name %> <%= c[1] %> <%- end %>
@@ -71,7 +71,7 @@