From cf69c8b375de419421fb83ef6a26e04e438c6689 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 9 Nov 2021 12:59:37 +0100 Subject: [PATCH] Break line after notification settings in emails Closes #913 Signed-off-by: Thomas Citharel --- lib/web/templates/email/email.html.heex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/web/templates/email/email.html.heex b/lib/web/templates/email/email.html.heex index 6f4802614..789baa6f5 100644 --- a/lib/web/templates/email/email.html.heex +++ b/lib/web/templates/email/email.html.heex @@ -141,12 +141,14 @@ -

- <%= if @offer_unsupscription do %> + <%= if @offer_unsupscription do %> +

<%= gettext("Manage your notification settings") %> - <% end %> +

+ <% end %> +

<%= gettext("%{instance} is powered by Mobilizon.", instance: @instance_name) |> raw %>
<%= gettext "Learn more about Mobilizon here!" %>