app/views/application/index.html.haml in five-two-nw-olivander-0.1.2.45 vs app/views/application/index.html.haml in five-two-nw-olivander-0.1.2.46
- old
+ new
@@ -2,10 +2,10 @@
= render_optional_partial 'index_before'
- if @datatable
- content_for :datatable do
- = render_datatable(@datatable, charts: false)
+ = render_datatable(@datatable, charts: false, input_js: { "stripeClasses": [] })
- content_for :datatable_charts do
- keys = @datatable._charts.keys
- ks = keys.size
- if ks.positive?
%br.foo