Files
nairobi/app/views/mailer/user_invite.html.erb
Javi Martín 629e208e9d Add and apply ArgumentAlignment rubocop rule
We're choosing the default `with_first_argument` style because it's the
one we use the most.
2023-08-18 14:56:16 +02:00

22 lines
620 B
Plaintext

<td style="<%= css_for_mailer_content %>">
<h1 style="<%= css_for_mailer_heading %>">
<%= t("mailers.user_invite.title", org: Setting["org_name"]) %>
</h1>
<p style="<%= css_for_mailer_text %>">
<%= t("mailers.user_invite.text", org: Setting["org_name"]) %>
</p>
<p style="text-align: center;">
<%= link_to t("mailers.user_invite.button"), new_user_registration_url, style: css_for_mailer_button %>
</p>
<p style="<%= css_for_mailer_text %>">
<%= t("mailers.user_invite.ignore") %>
</p>
<p style="<%= css_for_mailer_text %>">
<%= t("mailers.user_invite.thanks") %>
</p>
</td>