From fb457da6757cb7bb7aecb79352e0d94d2dc56017 Mon Sep 17 00:00:00 2001 From: Aditya Prakash Date: Sun, 15 Mar 2015 19:28:28 +0530 Subject: [PATCH] removed broken add user link on admin/users --- app/views/admin/users/index.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml index 8790a596..5f7b4d91 100644 --- a/app/views/admin/users/index.html.haml +++ b/app/views/admin/users/index.html.haml @@ -5,7 +5,6 @@ Users - if @users = "(#{@users.length})" - = link_to 'New User', new_admin_user_path, class: 'btn btn-success pull-right' .row .col-md-12 %table.table.table-striped.table-bordered.table-hover.datatable