!!! (aka. made follower/following links clickable)
This commit is contained in:
parent
742bba0b12
commit
b4408ffbd2
|
@ -24,9 +24,11 @@
|
|||
%i.fa.fa-location-arrow
|
||||
= @user.location
|
||||
.row
|
||||
%a{href: show_user_followers_path(@user.screen_name)}
|
||||
.col-md-6.col-sm-6.col-xs-6
|
||||
%h4.entry-text#follower-count= @user.follower_count
|
||||
%h6.entry-subtext Follower
|
||||
%a{href: show_user_following_path(@user.screen_name)}
|
||||
.col-md-6.col-sm-6.col-xs-6
|
||||
%h4.entry-text#friend-count= @user.friend_count
|
||||
%h6.entry-subtext Following
|
||||
|
|
Loading…
Reference in New Issue