%= link_to "Submit New Report", new_story_path %>
Type | Status | Description |
---|---|---|
<%= story.story_type[0].capitalize %> | <%= story.current_state.capitalize %> <% if story.current_state == 'delivered' %> <%= link_to 'Accept', accept_story_path(story.id), class: 'accept-btn' %> <%= link_to 'Reject', '#', class: 'reject-btn', :'data-reject-path' => reject_story_path(story.id) %> <% end %> | <%= story.name %> |