indentation is my best friend

This commit is contained in:
Andreas N 2014-12-19 23:38:09 +01:00
parent b074abad4d
commit 5d19a975f3
1 changed files with 9 additions and 9 deletions

View File

@ -11,12 +11,12 @@
.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
%h6.entry-subtext Following %h6.entry-subtext Following
.row .row
%a{href: show_user_questions_path(@user.screen_name)} %a{href: show_user_questions_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#asked-count= @user.asked_count %h4.entry-text#asked-count= @user.asked_count
%h6.entry-subtext Questions %h6.entry-subtext Questions
%a{href: show_user_profile_path(@user.screen_name)} %a{href: show_user_profile_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#answered-count= @user.answered_count %h4.entry-text#answered-count= @user.answered_count
%h6.entry-subtext Answers %h6.entry-subtext Answers