<%= notice %>

Tasks

<% @tasks.each do |task| %> <% end %>
Reward Title Briefing Cta copy
<%= task.reward %> <%= task.title %> <%= task.briefing %> <%= task.cta_copy %> <%= link_to 'Show', task %> <%= link_to 'Edit', edit_task_path(task) %> <%= link_to 'Destroy', task, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Task', new_task_path %>