closes missing div
This commit is contained in:
@@ -59,6 +59,7 @@
|
|||||||
<%= t("proposal_ballots.successfull",
|
<%= t("proposal_ballots.successfull",
|
||||||
voting: link_to(t("proposal_ballots.voting"), proposal_ballots_path)).html_safe %>
|
voting: link_to(t("proposal_ballots.voting"), proposal_ballots_path)).html_safe %>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
<% elsif proposal.archived? %>
|
<% elsif proposal.archived? %>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
<strong><%= t("proposals.proposal.supports", count: proposal.total_votes) %></strong>
|
<strong><%= t("proposals.proposal.supports", count: proposal.total_votes) %></strong>
|
||||||
|
|||||||
Reference in New Issue
Block a user