Sha256: bf0b9897bf94695e38019eaccf9a76fbbf366b7e41ee5b68d55771e802f1cb50
Contents?: true
Size: 449 Bytes
Versions: 1
Compression:
Stored size: 449 Bytes
Contents
<%= form_for ptcet, html: ajax_form_hash("#post_type_content_element_types_container_#{dom_id(ptcet.post_type)}", insert_method: 'append', sub_class: "AddALineForm", container: "#new_post_type_content_element_type_#{dom_id(ptcet.post_type)}") do |f| %> <%= f.label :label %> <%= f.text_field :label %> <%= f.select :content_element_type_id, Pulitzer::ContentElementType.all %> <%= f.hidden_field :post_type_id %> <%= f.submit %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulitzer-0.0.1 | app/views/pulitzer/post_type_content_element_types/_new.html.erb |