We're choosing the default `with_first_argument` style because it's the one we use the most.
12 lines
397 B
Plaintext
12 lines
397 B
Plaintext
<div data-alert class="callout success">
|
|
<%= t("management.email_verifications.email_sent_instructions") %>
|
|
</div>
|
|
|
|
<%= render "management/user_permissions",
|
|
message: t("management.email_verifications.document_found_in_census"),
|
|
user: @email_verification.user %>
|
|
|
|
<p>
|
|
<a href="javascript:window.print();" class="button warning"><%= t("management.print_info") %></a>
|
|
</p>
|