From 6c5cd4f116591b03c027de57e93e7a9f2fbd032b Mon Sep 17 00:00:00 2001 From: nilsding Date: Mon, 24 Nov 2014 17:52:58 +0100 Subject: [PATCH] added footer thing to show page --- app/views/user/show.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/user/show.html.haml b/app/views/user/show.html.haml index 824c73e8..b7a55725 100644 --- a/app/views/user/show.html.haml +++ b/app/views/user/show.html.haml @@ -23,6 +23,7 @@ %li.list-group-item Answers %span.badge#friend-count= @user.answered_count + .hidden-xs= render 'shared/links' .col-md-9.col-xs-12.col-sm-9 = render 'shared/questionbox' - @answers.each do |a| @@ -33,3 +34,4 @@ %small= user_screen_name a.question.user, a.question.author_is_anonymous %hr/ %p= a.content + .visible-xs= render 'shared/links'