<% if voted_for?(@featured_proposals_votes, proposal) %>
<%= t("proposals.proposal.already_supported") %>
<% else %> <%= link_to vote_featured_proposal_path(proposal, value: "yes"), class: "button button-support small expanded", 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? %> <%= render "shared/login_to_vote" %> <% end %> <% if voted_for?(@featured_proposals_votes, proposal) %> <% if setting["twitter_handle"] %>
<%= render "shared/social_share", title: proposal.title, url: proposal_url(proposal), description: proposal.summary, mobile: proposal.title %>
<% end %> <% end %>