mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 04:16:03 +01:00
admin status changes
This commit is contained in:
parent
36ac06ec6e
commit
b3e26a6fd2
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
|||
%h1.user-displayname= @user.display_name
|
||||
%h3.text-muted.user-username= @user.screen_name
|
||||
- if @user.admin?
|
||||
%span.label.label-danger Admin
|
||||
%p.text-danger
|
||||
%i.fa.fa-flask
|
||||
Admin
|
||||
%h4.entry-text= @user.follower_count
|
||||
%h6.entry-subtext Followers
|
||||
%h4.entry-text= @user.friend_count
|
||||
|
|
Loading…
Reference in a new issue