spec/support/test_app/app/views/basics6/index.html.haml in wice_grid-6.1.3 vs spec/support/test_app/app/views/basics6/index.html.haml in wice_grid-7.1.0

- old
+ new

@@ -1,23 +1,24 @@ -.well - %h2= current_page_title - %p - Use - %code :order - and - %code :order_direction - in - %code initialize_grid - to define by which column the grid should be ordered once it is loaded initially. +.card.bg-light + .card-body + %h2= current_page_title + %p + Use + %code :order + and + %code :order_direction + in + %code initialize_grid + to define by which column the grid should be ordered once it is loaded initially. %p Use %code :conditions in %code initialize_grid to define the subset of records shown in the grid. = show_code -.row-fluid +.row .col-md-12 - = render 'grid' \ No newline at end of file + = render 'grid'