app/views/application/index.html.haml in app_frame-0.5.6 vs app/views/application/index.html.haml in app_frame-0.5.7
- old
+ new
@@ -1,6 +1,7 @@
- content_for :page_header do
- = page_header resource_name.pluralize
+ = page_header resource_name.pluralize do
+ = link_to("New #{resource_name}", new_resource_url, :class => 'btn btn-primary')
= render 'toolbar'
- if collection
= scope_nav