update bootstrap theme for users
This commit is contained in:
@@ -6,12 +6,12 @@ dl.dl-horizontal.show-list
|
||||
dd= @user.email
|
||||
dt= model_class.human_attribute_name(:encrypted_password)
|
||||
dd= @user.encrypted_password
|
||||
dt= model_class.human_attribute_name(:remember_token)
|
||||
dd= @user.remember_token
|
||||
dt= model_class.human_attribute_name(:remember_created_at)
|
||||
dd= @user.remember_created_at
|
||||
dt= model_class.human_attribute_name(:reset_password_token)
|
||||
dd= @user.reset_password_token
|
||||
dt= model_class.human_attribute_name(:reset_password_sent_at)
|
||||
dd= @user.reset_password_sent_at
|
||||
dt= model_class.human_attribute_name(:sign_in_count)
|
||||
dd= @user.sign_in_count
|
||||
dt= model_class.human_attribute_name(:current_sign_in_at)
|
||||
|
||||
Reference in New Issue
Block a user