app/views/application/index.html.haml in app_frame-0.5.5 vs app/views/application/index.html.haml in app_frame-0.5.6
- old
+ new
@@ -1,6 +1,9 @@
-= page_header resource_name.pluralize
+- content_for :page_header do
+ = page_header resource_name.pluralize
+
= render 'toolbar'
+
- if collection
= scope_nav
= table_for(controller_namespaces + [resource_class], collection) do |t|
= render 'table', :t => t
= page_range