From 5d19a975f30d928f33a52cb3a8c13d8dd39cea8e Mon Sep 17 00:00:00 2001 From: Andreas N Date: Fri, 19 Dec 2014 23:38:09 +0100 Subject: [PATCH] indentation is my best friend --- app/views/user/_stats.html.haml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/views/user/_stats.html.haml b/app/views/user/_stats.html.haml index cbdf19c5..b6ff4d5d 100644 --- a/app/views/user/_stats.html.haml +++ b/app/views/user/_stats.html.haml @@ -11,12 +11,12 @@ .col-md-6.col-sm-6.col-xs-6 %h4.entry-text#friend-count= @user.friend_count %h6.entry-subtext Following - .row - %a{href: show_user_questions_path(@user.screen_name)} - .col-md-6.col-sm-6.col-xs-6 - %h4.entry-text#asked-count= @user.asked_count - %h6.entry-subtext Questions - %a{href: show_user_profile_path(@user.screen_name)} - .col-md-6.col-sm-6.col-xs-6 - %h4.entry-text#answered-count= @user.answered_count - %h6.entry-subtext Answers \ No newline at end of file + .row + %a{href: show_user_questions_path(@user.screen_name)} + .col-md-6.col-sm-6.col-xs-6 + %h4.entry-text#asked-count= @user.asked_count + %h6.entry-subtext Questions + %a{href: show_user_profile_path(@user.screen_name)} + .col-md-6.col-sm-6.col-xs-6 + %h4.entry-text#answered-count= @user.answered_count + %h6.entry-subtext Answers \ No newline at end of file