diff --git a/app/views/templates/_template.html.erb b/app/views/templates/_template.html.erb index 5a40e982..9a149d05 100644 --- a/app/views/templates/_template.html.erb +++ b/app/views/templates/_template.html.erb @@ -6,7 +6,7 @@
<%= svg_icon('user', class: 'w-4 h-4') %> - <%= template.author.full_name.presence || template.author.email %> + <%= template.author.full_name.presence || template.author.email.to_s.sub(/\+\w+@/, '@') %>