23 lines
858 B
Text
23 lines
858 B
Text
<div style="color: #111827;">
|
|
<%= if @resend do %>
|
|
<p style="margin: 0 0 16px; font-size: 16px; line-height: 1.5;">
|
|
{gettext("You already had a pending request. Here is a new confirmation link.")}
|
|
</p>
|
|
<% end %>
|
|
<p style="margin: 0 0 16px; font-size: 16px; line-height: 1.5;">
|
|
{gettext(
|
|
"We have received your membership request. To complete it, please click the link below."
|
|
)}
|
|
</p>
|
|
<p style="margin: 0 0 24px;">
|
|
<a
|
|
href={@confirm_url}
|
|
style="display: inline-block; padding: 12px 24px; background-color: #2563eb; color: #ffffff; text-decoration: none; border-radius: 6px; font-weight: 500;"
|
|
>
|
|
{gettext("Confirm my request")}
|
|
</a>
|
|
</p>
|
|
<p style="margin: 0; font-size: 14px; color: #6b7280;">
|
|
{gettext("If you did not submit this request, you can ignore this email.")}
|
|
</p>
|
|
</div>
|