app/views/pulitzer/posts/_new.html.erb in pulitzer-0.5.5 vs app/views/pulitzer/posts/_new.html.erb in pulitzer-0.5.6

- old
+ new

@@ -1,5 +1,5 @@ -<%= form_for post, html: ajax_form_hash('#posts_container', insert_method: 'append', sub_class: "AddALineForm", container: '#new_post') do |f| %> +<%= 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_id %> <%= f.submit %> <%= link_to('Cancel', '#', :class => 'button',