From a3652ad370733161ceea5e4eb43f32ffdfffa4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Thu, 21 Sep 2017 08:58:17 +0200 Subject: [PATCH] [25648] Add @ to user mailer content https://community.openproject.com/wp/25648 [ci skip] --- app/views/layouts/user_mailer.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/layouts/user_mailer.html.erb b/app/views/layouts/user_mailer.html.erb index fb0eb5125a..61a447ad45 100644 --- a/app/views/layouts/user_mailer.html.erb +++ b/app/views/layouts/user_mailer.html.erb @@ -56,6 +56,10 @@ See doc/COPYRIGHT.rdoc for more details. font-size: 0.8em; font-style: italic; } + a.user-mention:before { + content: '@'; + color: #878787; + }