Email: |
<%%= @user.email %> |
Username: |
<%%= @user.username %> |
Role: |
<%%= @user.roles.first.name %> |
<%% if can?(:see_timestamps,User) %>
Created at: |
<%%= @user.created_at %> |
Last Sign In: |
<%%= @user.last_sign_in_at %> |
Sign In Count: |
<%%= @user.sign_in_count %> |
<%% end %>
<%% if @user.respond_to?(:oauth_profiles) %>
<%% @user.oauth_profiles.each do |profile| %>
<%%= profile.provider %> username: |
<%%= profile.username %> |
<%%= profile.provider %> email: |
<%%= profile.email %> |
<%%= profile.provider %> name: |
<%%= profile.name %> |
<%%= profile.provider %> image: |
|
<%% end %>
<%% end %>