Sha256: dc40c66f290b6decf9a4c55b23f8ee617639192da218549015630df0fc657e76

Contents?: true

Size: 505 Bytes

Versions: 45

Compression:

Stored size: 505 Bytes

Contents

<%= 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 } %>
  <%= f.submit "Create" %>
  <%= link_to('Cancel', '#', :class => 'button',
    data: { emptier: true, target: "#new_free_form_section_type_#{dom_id(ffst.post_type)}" } ) %>
<% end %>

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
pulitzer-0.12.5 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.12.4 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.12.3 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.12.2 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.12.1 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.12.0 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.11.3 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.11.2 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.11.1 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.11.0 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.10.3 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.10.2 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.10.1 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.10.0 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.5.14 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.5.13 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.5.11 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.5.10 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.5.9 app/views/pulitzer/free_form_section_types/_new.html.erb
pulitzer-0.5.8 app/views/pulitzer/free_form_section_types/_new.html.erb