app/views/application/index.html.haml in five-two-nw-olivander-0.2.0.0 vs app/views/application/index.html.haml in five-two-nw-olivander-0.2.0.1
- old
+ new
@@ -31,10 +31,10 @@
.col-12
.card.card-primary
.card-header
%h3.card-title= page_title
.card-tools
- = resource_form_actions(@context.route_builder, resource.klass, for_action: :index)
+ = resource_form_actions(resource.klass, for_action: :index)
.card-body
- if @datatable
= content_for :datatable
- elsif instance_variable_get('@' + resource.plural_name).respond_to?(:to_partial_path)