% title "Návrhy akcí" %>
<%= notice %>
pri | sco | popis akce | zdůvodnění | co s tímto návrhem | ||
---|---|---|---|---|---|---|
<%= action.priority %> | <%= action.score %> | <%= action.action.html_safe %> | <%= link_to t('reasons', count: action.reasons.size), proposal_action_path(action) %> | <% if action.url.nil? %>EMPTY URL ERROR<% else %><%= link_to 'udělej to!', action.doit_url %><% end %> | <%= link_to 'zavrhni!', proposal_action_path({id: action.id, proposal_action: {zavrhnut: true}}), method: 'patch' %> | <%= link_to 'smaž!', proposal_action_path(action), method: :delete %> |