fixup! WIP

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-05-05 16:23:10 +02:00
parent dce0dd77b4
commit 4387f4d5b7
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
2 changed files with 2 additions and 2 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;">
<%= dngettext("activity", "There has been an activity!", "There has been some activity!", map_size(@activities)) %>
<%= dngettext("activity", "There has been an activity!", "There has been some activity!", @total_number_activities) %>
</p>
</td>
</tr>

View File

@ -1,7 +1,7 @@
<%= @subject %>
==
<%= dngettext("activity", "There has been an activity!", "There has been some activity!", map_size(@activities)) %>
<%= dngettext("activity", "There has been an activity!", "There has been some activity!", @total_number_activities) %>
<%= for {_, group_activities} <- @activities do %>