aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/users/stats.html.haml
blob: d2932befae1d4b06c25306e2b5f56042aa9cccc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- title "@#{@user.screen_name}'s Stats"
.avatar
  = image_tag @user.profile_image_url_original, alt: @user.screen_name, width: 128, height: 128
- if @user.registered? && @user.account.active?
  %p records
  %dl.dl-horizontal
    %dt Received reactions
    %dd= @user.stats.reactions_count
    %dt Registered
    %dd= @user.account.created_at
    %dt Last update
    %dd= @user.stats.updated_at