Sha256: a0f77430cbbd530e407934b31ed85c816489a38538e2f96126a67fe18df40121
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 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| %> <%= f.label :name %> <%= f.text_field :name %> <%= f.submit %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulitzer-0.0.1 | app/views/pulitzer/post_types/_new.html.erb |