13 lines
437 B
Plaintext
13 lines
437 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"),
|
|
permissions: [:debates, :create_proposals, :support_proposals, :vote_proposals] %>
|
|
|
|
<p>
|
|
<a href="javascript:window.print();" class="button warning"><%= t("management.print_info") %></a>
|
|
</p>
|
|
|