We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384552c commit 3cff733Copy full SHA for 3cff733
1 file changed
decidim-proposals/app/cells/decidim/proposals/proposal_vote/show.erb
@@ -1,4 +1,4 @@
1
-<% if (!current_settings.votes_hidden? && (current_component.participatory_space.can_participate?(current_user) || current_user&.admin? || current_component.participatory_space.try(:transparent?))) %>
+<% if !current_settings.votes_hidden? && (current_component.participatory_space.can_participate?(current_user) || current_user&.admin? || current_component.participatory_space.try(:transparent?)) %>
2
<% if component_settings.participatory_texts_enabled? && from_proposals_list %>
3
<%= render partial: "decidim/proposals/proposals/participatory_texts/proposal_votes_count", locals: { proposal: resource, from_proposals_list: true } %>
4
<% else %>
0 commit comments