From 65e57c22e5ab22dda8df52bd12178176e6f6aef0 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Wed, 13 Dec 2023 15:46:42 +0200 Subject: [PATCH] adjust integration emails --- app/views/templates/_template.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+@/, '@') %>