<%= supports_percentage(proposal) %> / <%= t("proposals.proposal.total_percent") %>
<%= t("proposals.proposal.supports", count: proposal.total_votes) %>  "> <%= t("proposals.proposal.supports_necessary") %>
<% if voted_for?(@proposal_votes, proposal) %>
<%= t("proposals.proposal.already_supported") %>
<% else %> <%= link_to vote_proposal_path(proposal, value: 'yes'), class: "button button-support tiny radius expand", title: t('proposals.proposal.support_title'), method: "post", remote: true do %> <%= t("proposals.proposal.support") %> <% end %> <% end %>
<% if user_signed_in? && current_user.organization? %> <% elsif user_signed_in? && !proposal.votable_by?(current_user)%> <% elsif !user_signed_in? %> <% end %> <% if voted_for?(@proposal_votes, proposal) %>
<%= social_share_button_tag(proposal.title, url: proposal_url(proposal), via: "AbriendoMadrid") %>
<% end %>