Improve participation rejection email by adding bold

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-10-07 16:30:57 +02:00
parent 3a84e6dfa5
commit 9382e8fc74
20 changed files with 114 additions and 38 deletions

View File

@@ -35,7 +35,7 @@
<tr>
<td bgcolor="#ffffff" align="left" style="padding: 20px 30px 0px 30px; color: #474467; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25px;" >
<p style="margin: 0;">
<%= gettext "You issued a request to attend %{title}.", title: @event.title %>
<%= gettext("You issued a request to attend <b>%{title}</b>.", title: @event.title) |> raw %>
</p>
</td>
</tr>