app/views/application/edit.html.haml in app_frame-0.5.5 vs app/views/application/edit.html.haml in app_frame-0.5.6

- old
+ new

@@ -1,6 +1,8 @@ -= page_header resource.to_s do - = content_locale_switch(resource) +- content_for :page_header do + = page_header resource.to_s do + = content_locale_switch(resource) + = simple_nested_form_for resource_path_array, :html => {:class => 'form-inline' } do |f| = hidden_field_tag :content_locale, params[:content_locale] if params[:content_locale] = render 'form', :f => f .form-actions = f.button :submit, :class => 'btn btn-primary' \ No newline at end of file