Retrospring/app/views/user/show.html.haml

18 lines
541 B
Plaintext

.container.user-page
.col-md-3.col-xs-12.col-sm-3
.panel.panel-default
.panel-body
.row
.col-md-12.col-xs-12.col-sm-9
%img.img-rounded.img-profile
%h1
= @user.screen_name
%ul.list-group
%li.list-group-item
Followers
%span.badge#follower-count= @user.follower_count
%li.list-group-item
Followings
%span.badge#friend-count= @user.friend_count
.col-md-9.col-xs-12.col-sm-9
= render 'shared/questionbox'