From 72e173b8ea0b4484b80ea984044c0b4ef006ac4f Mon Sep 17 00:00:00 2001 From: rgarcia Date: Fri, 16 Sep 2016 20:25:12 +0200 Subject: [PATCH] closes missing div --- app/views/proposals/_proposal.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/proposals/_proposal.html.erb b/app/views/proposals/_proposal.html.erb index e35f9f496..2c7bb272a 100644 --- a/app/views/proposals/_proposal.html.erb +++ b/app/views/proposals/_proposal.html.erb @@ -59,6 +59,7 @@ <%= t("proposal_ballots.successfull", voting: link_to(t("proposal_ballots.voting"), proposal_ballots_path)).html_safe %>

+ <% elsif proposal.archived? %>
<%= t("proposals.proposal.supports", count: proposal.total_votes) %>