<%= content_tag(:div, class: 'page-header') do %>
<%= content_tag(:small, ((t 'mission.notification')+':').html_safe) %>
<%= content_tag(:h2) do %>
<%= "#{t 'mission.step'} #{@step.position.to_s} #{t 'step.denied'}".html_safe %>
<% end %>
<%= content_tag(:small, ((t 'mission.step')+':').html_safe) %>
<%= content_tag(:h3) do %>
<%= @step.title %>
<% end %>
<%= content_tag(:small, ((t 'mission.mission')+':').html_safe) %>
<%= content_tag(:p, @step.mission_agent.mission.title) %>
<% end %>
<%= content_tag(:div, class: 'btn-container') do %>
<%= link_to((t 'step.review_step'), url_for(controller: 'missions', action: 'show_agent_details', id: @step.mission_agent.mission.slug, agent: @step.mission_agent.slug, only_path: false), class: 'btn') %>
<% end %>
|
|