Files
nairobi/app/views/management/document_verifications/verified.html.erb
Alberto Garcia Cabeza 3752f3a53b Adds foundation 6 🎉
2016-02-26 19:33:33 +01:00

10 lines
435 B
Plaintext

<div data-alert class="callout success">
<%= t("management.document_verifications.already_verified") %>
</div>
<%= render 'management/user_permissions',
message: t("management.document_verifications.in_census_has_following_permissions"),
permissions: [:debates, :create_proposals, :support_proposals, :vote_proposals] %>
<a href="javascript:window.print();" class="button warning"><%= t("management.print_info") %></a>