[25648] Add @ to user mailer content

https://community.openproject.com/wp/25648

[ci skip]
pull/5950/head
Oliver Günther 7 years ago
parent cd356774bf
commit a3652ad370
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 4
      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;
}
</style>
</head>
<body>

Loading…
Cancel
Save