From b074abad4dcfbfd5f9041d74ea5c4e220923e85b Mon Sep 17 00:00:00 2001 From: Andreas N Date: Fri, 19 Dec 2014 23:35:54 +0100 Subject: [PATCH] fuck panel-body --- app/views/user/_stats.html.haml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/app/views/user/_stats.html.haml b/app/views/user/_stats.html.haml index 2660d7ed..cbdf19c5 100644 --- a/app/views/user/_stats.html.haml +++ b/app/views/user/_stats.html.haml @@ -1,21 +1,22 @@ .panel.panel-default.profile--panel .panel-heading %h3.panel-title Stats - .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 Followers - %a{href: show_user_friends_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 + .panel-body .row - %a{href: show_user_questions_path(@user.screen_name)} + %a{href: show_user_followers_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)} + %h4.entry-text#follower-count= @user.follower_count + %h6.entry-subtext Followers + %a{href: show_user_friends_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 + %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