app/views/admin/pages/index.html.haml in effective_pages-1.3.2 vs app/views/admin/pages/index.html.haml in effective_pages-2.0.0
- old
+ new
@@ -1,6 +1,6 @@
%h1.effective-admin-heading= @page_title
%p.text-right.effective-admin-actions
- = link_to 'New Page', effective_pages.new_admin_page_path, :class => 'btn btn-primary'
+ = link_to 'New Page', effective_pages.new_admin_page_path, class: 'btn btn-primary'
= render_datatable(@datatable)