update bootstrap theme for users

This commit is contained in:
2012-08-27 16:25:51 +02:00
parent 4c87525f8f
commit 147513bb5b
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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)