Using the `_html` suffix in an i18n key is the same as using `html_safe` on it, which means that translation could potentially be used for XSS attacks.
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
<div class="small-12 medium-8 column">
|
|
<%= back_link_to %>
|
|
|
|
<h2><%= t("management.user_invites.create.title") %></h2>
|
|
|
|
<div class="callout success">
|
|
<%= sanitize(t("management.user_invites.create.success", count: @emails.count)) %>
|
|
</div>
|
|
</div>
|