Sha256: 0d7b9428306f0860fa8d60c1c5f4f98c4ab046beb0789219ec4a471b4b09896c

Contents?: true

Size: 700 Bytes

Versions: 32

Compression:

Stored size: 700 Bytes

Contents

<div class="pulitzer-row">
  <%= form_for ffst, html: ajax_form_hash("#free_form_section_types_container_#{dom_id(ffst.post_type_version)}", insert_method: 'append', empty_on_success: dom_target(ffst.post_type_version, :new_free_form_section_type)) do |f| %>
    <%= f.hidden_field :post_type_version_id %>
    <%= render partial: 'form_fields', locals: { f: f, ffst: ffst } %>
    <div class="pulitzer-span ten-percent">
      <%= f.submit "Create", data: {disable_with: false} %>
    </div>
    <div class="pulitzer-span ten-percent">
      <a class="button" data-emptier="true" data-target="#new_free_form_section_type_<%= dom_id(ffst.post_type_version) %>">Close</a>
    </div>
  <% end %>
</div>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
pulitzer-0.15.31 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.30 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.29 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.28 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.27 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.26 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.25 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.24 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.23 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.22 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.21 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.20 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.19 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.18 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.17 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.16 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.15 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.14 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.13 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.15.12 app/views/pulitzer/free_form_section_types/_new.html.erb