<%= simple_form_for(@mission) do |f| %> <%= f.error_notification %>
<%= f.input :title %> <%= f.input :description %> <%= f.input :status %> <%= f.input :agent_search_start %> <%= f.input :agent_search_end %>
<%= f.button :submit %>
<% end %>