Sha256: 94851d1135a3501ae216b44779c88d48d50b89b2b3eee35448196d16e893b5cf

Contents?: true

Size: 668 Bytes

Versions: 7

Compression:

Stored size: 668 Bytes

Contents

<div class="pulitzer-row">
  <%= form_for ffst, html: ajax_form_hash("#free_form_section_types_container_#{dom_id(ffst.post_type)}", insert_method: 'append', empty_on_success: dom_target(ffst.post_type, :new_free_form_section_type)) do |f| %>
    <%= f.hidden_field :post_type_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) %>">Close</a>
    </div>
  <% end %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pulitzer-0.14.4 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.14.3 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.14.2 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.14.1 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.14.0 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.13.1 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.13.0 app/views/pulitzer/free_form_section_types/_new.html.erb