Makes smaller text on participation not allowed div

This commit is contained in:
decabeza
2018-03-07 16:56:32 +01:00
parent d70c46e578
commit 0bc0a2b1e8

View File

@@ -29,11 +29,13 @@
<% if reason.present? && !user_voted_for %>
<div class="js-participation-not-allowed participation-not-allowed" style='display:none' aria-hidden="false">
<p>
<small>
<%= t("votes.budget_investments.#{reason}",
verify_account: link_to(t("votes.verify_account"), verification_path),
signin: link_to(t("votes.signin"), new_user_session_path),
signup: link_to(t("votes.signup"), new_user_registration_path)
).html_safe %>
</small>
</p>
</div>
<% end %>