another attempt to fix test
This commit is contained in:
parent
4c7ae9ea70
commit
97f0594d13
|
@ -6,7 +6,7 @@
|
||||||
%a{href: show_user_followers_path(@user.screen_name)}
|
%a{href: show_user_followers_path(@user.screen_name)}
|
||||||
.col-md-6.col-sm-6.col-xs-6
|
.col-md-6.col-sm-6.col-xs-6
|
||||||
%h4.entry-text#follower-count= @user.follower_count
|
%h4.entry-text#follower-count= @user.follower_count
|
||||||
%h6.entry-subtext= t('views.general.follower').pluralize(@user.follower_count)
|
%h6.entry-subtext= t('views.general.follower').capitalize.pluralize(@user.follower_count)
|
||||||
%a{href: show_user_friends_path(@user.screen_name)}
|
%a{href: show_user_friends_path(@user.screen_name)}
|
||||||
.col-md-6.col-sm-6.col-xs-6
|
.col-md-6.col-sm-6.col-xs-6
|
||||||
%h4.entry-text#friend-count= @user.friend_count
|
%h4.entry-text#friend-count= @user.friend_count
|
||||||
|
|
Loading…
Reference in New Issue