Sha256: 69156f2a8e9475235044003213cc6b994c0a5ff254d476025d9cb44b68feccb0
Contents?: true
Size: 377 Bytes
Versions: 13
Compression:
Stored size: 377 Bytes
Contents
<%= form_for post, html: ajax_form_hash('#posts_container', insert_method: 'prepend', sub_class: "AddALineForm", container: '#new_post') do |f| %> <%= f.label :title %> <%= f.text_field :title %> <%= f.hidden_field :post_type_version_id %> <%= f.submit %> <%= link_to('Cancel', '#', :class => 'button', data: { emptier: true, target: '#new_post' } ) %> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems