app/views/application/show.html.haml in app_frame-0.5.8 vs app/views/application/show.html.haml in app_frame-0.6.1
- old
+ new
@@ -4,10 +4,11 @@
= view_for resource_path_array do |s|
= render 'show', :s => s
- child_resources.each do |data|
%section
- %h2= data[:name]
.btn-toolbar
- = link_to("New #{data[:resource_name]}", polymorphic_url((controller_namespaces + [resource, data[:resource_class]]), :action => :new), :class => 'btn')
+ .btn-group.pull-right
+ = link_to("New #{data[:resource_name]}", polymorphic_url((controller_namespaces + [resource, data[:resource_class]]), :action => :new), :class => 'btn')
+ %h2= data[:name]
= table_for(controller_namespaces + [resource, data[:resource_class]], resource.send(data[:symbol])) do |t|
= render (controller_namespaces + [data[:symbol].to_s, 'table']).join('/'), :t => t, :resource_class => data[:resource_class]