add username and nickname in user#show and styling changes

This commit is contained in:
Stella Rouzi 2015-03-02 11:35:08 +02:00
parent 93bbd0ea0d
commit bc2b262510
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ module Admin
# Variable @show_attributes holds the attributes that are visible for the 'show' action
# If you want to change the attributes that are shown in the 'show' action of users
# add/remove the attributes in the following string array
@show_attributes = %w(name email affiliation biography registered attended roles created_at
@show_attributes = %w(name email username nickname affiliation biography registered attended roles created_at
updated_at sign_in_count current_sign_in_at last_sign_in_at
current_sign_in_ip last_sign_in_ip)
end