Skip to content

Commit 3cff733

Browse files
committed
Lint
1 parent 384552c commit 3cff733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • decidim-proposals/app/cells/decidim/proposals/proposal_vote

decidim-proposals/app/cells/decidim/proposals/proposal_vote/show.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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?))) %>
1+
<% if !current_settings.votes_hidden? && (current_component.participatory_space.can_participate?(current_user) || current_user&.admin? || current_component.participatory_space.try(:transparent?)) %>
22
<% if component_settings.participatory_texts_enabled? && from_proposals_list %>
33
<%= render partial: "decidim/proposals/proposals/participatory_texts/proposal_votes_count", locals: { proposal: resource, from_proposals_list: true } %>
44
<% else %>

0 commit comments

Comments
 (0)