From fd64db575b0643f992dc1f90321c28ba162e80ef Mon Sep 17 00:00:00 2001 From: Nishanth Vijayan Date: Wed, 16 Mar 2016 12:09:58 +0530 Subject: [PATCH] Remove datatable functionality from Roles index table. The table in roles#index view has no need of datatable features as the number of roles is just 4. --- app/views/admin/roles/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/roles/index.html.haml b/app/views/admin/roles/index.html.haml index d88dc22f..c6e4c773 100644 --- a/app/views/admin/roles/index.html.haml +++ b/app/views/admin/roles/index.html.haml @@ -7,7 +7,7 @@ The available roles for the conference .col-md-12 - %table.table.table-bordered.table-striped.table-hover.datatable#roles + %table.table.table-bordered.table-striped.table-hover#roles %thead %th ID %th Name