<%= @mission.description %>

Mission Director: <%= @mission.owner.username %>

<% @step = 1 %> <% if @agent.length > 0 %> <% @agent.first.mission_agent_steps.each do |step| %>

Step <%= @step %>

<%= step.description %>
<% @step = @step + 1 %> <% end %> <% end %>
<%= link_to 'Back', missions_path %>