Sha256: b7b038516c8e63e01f803cf6cbd56edabda17db88a2168fd471a9bdc452716d4
Contents?: true
Size: 429 Bytes
Versions: 24
Compression:
Stored size: 429 Bytes
Contents
<%= form_for post_type, html: ajax_form_hash('#post_types_container', insert_method: 'append', sub_class: "AddALineForm", container: '#new_post_type') do |f| %> <%= render partial: 'form_fields', locals: { f: f } %> <%= f.submit "Create" %> <%= link_to('Cancel', '#', :class => 'button', data: { emptier: true, target: '#new_post_type' } ) %> <% end %> <%= render 'pulitzer/shared/error_messages', object: post_type %>
Version data entries
24 entries across 24 versions & 1 rubygems