Newer
Older
dmpopidor / app / views / org_admin / phases / _new.html.erb
@briley briley on 23 May 2018 455 bytes Template Versioning
<h2><%= _('Phase details') %></h2>
<p><%= _('When you create a new phase for your template, a version will automatically be created. Once you complete the form below you will be provided with options to create sections and questions.') %></p>
<%= form_for phase, { url: org_admin_template_phases_path(template), html: { class: 'phase_form' } } do |f| %>
  <%= render partial: 'org_admin/phases/form', locals: local_assigns.merge({ f: f }) %>
<% end %>