diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml
index 5f7b4d91..590a2cf9 100644
--- a/app/views/admin/users/index.html.haml
+++ b/app/views/admin/users/index.html.haml
@@ -1,22 +1,21 @@
.row
- .col-md-12
+ .col-md-12z
.page-header
%h2
Users
- if @users
= "(#{@users.length})"
-.row
- .col-md-12
- %table.table.table-striped.table-bordered.table-hover.datatable
- %thead
- %th ID
- %th State
- %th Email
- %th Name
- %th Attended Conferences
- %th Roles
- %th View
- %th Edit
+.table-responsive
+ %table.table.table-striped.table-bordered.table-hover.datatable
+ %thead
+ %th ID
+ %th State
+ %th Email
+ %th Name
+ %th Attended Conferences
+ %th Roles
+ %th View
+ %th Edit
%tbody
- @users.each do |user|
%tr
diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb
index 3312206f..b8156e4d 100644
--- a/config/initializers/devise.rb
+++ b/config/initializers/devise.rb
@@ -4,6 +4,7 @@
Devise.setup do |config|
# ==> Secret key, generate one with `rake secret`
config.secret_key = Rails.application.secrets.devise_secret_key
+ config.secret_key = '0014809cd45aa9fc57a29118bbbc374437095fed0b39549b69aef61b9ad994f0e71a0bf54e66a5acec3d67d293495c1b6f4235e8b6415e4fe2bafb8f517121ea'
# ==> openIDs configuration
# Define the available openID providers that can be used to log in