Remove statistics/badges section from data view
This commit is contained in:
parent
b965cf54c4
commit
3af55329df
|
@ -65,47 +65,6 @@
|
||||||
%a{ href: current_user.profile_header.url(:retina) }= t(".pictures.profile_header.size.retina")
|
%a{ href: current_user.profile_header.url(:retina) }= t(".pictures.profile_header.size.retina")
|
||||||
|
|
|
|
||||||
%a{ href: current_user.profile_header.url(:original) }= t(".pictures.profile_header.size.original")
|
%a{ href: current_user.profile_header.url(:original) }= t(".pictures.profile_header.size.original")
|
||||||
.row
|
|
||||||
.col-md-6.col-sm-6.col-xs-12
|
|
||||||
%h4= t(".section.statistics")
|
|
||||||
|
|
||||||
%p.font-weight-bold.mb-0 Answers
|
|
||||||
%p.text-muted= current_user.answered_count
|
|
||||||
|
|
||||||
%p.font-weight-bold.mb-0 Questions
|
|
||||||
%p.text-muted= current_user.asked_count
|
|
||||||
|
|
||||||
%p.font-weight-bold.mb-0 Following
|
|
||||||
%p.text-muted= current_user.followings.count
|
|
||||||
|
|
||||||
%p.font-weight-bold.mb-0 Followers
|
|
||||||
%p.text-muted= current_user.followers.count
|
|
||||||
|
|
||||||
%p.font-weight-bold.mb-0 Smiles
|
|
||||||
%p.text-muted= current_user.smiled_count + current_user.comment_smiled_count
|
|
||||||
|
|
||||||
%p.font-weight-bold.mb-0 Comments
|
|
||||||
%p.text-muted= current_user.commented_count
|
|
||||||
.col-md-6.col-sm-6.col-xs-12
|
|
||||||
%h4= t(".section.badges")
|
|
||||||
|
|
||||||
%p.font-weight-bold.mb-0 Admin
|
|
||||||
%p
|
|
||||||
- if current_user.has_role? :administrator
|
|
||||||
%span.label.label-success
|
|
||||||
%i.fa.fa-fw.fa-check
|
|
||||||
- else
|
|
||||||
%span.label.label-danger
|
|
||||||
%i.fa.fa-fw.fa-close
|
|
||||||
|
|
||||||
%p.font-weight-bold.mb-0 Moderator
|
|
||||||
%p
|
|
||||||
- if current_user.mod?
|
|
||||||
%span.label.label-success
|
|
||||||
%i.fa.fa-fw.fa-check
|
|
||||||
- else
|
|
||||||
%span.label.label-danger
|
|
||||||
%i.fa.fa-fw.fa-close
|
|
||||||
.row
|
.row
|
||||||
.col-md-6.col-sm-6.col-xs-12
|
.col-md-6.col-sm-6.col-xs-12
|
||||||
%h3= t(".section.ip")
|
%h3= t(".section.ip")
|
||||||
|
|
Loading…
Reference in New Issue