added footer thing to show page
This commit is contained in:
parent
48deb0cbe4
commit
6c5cd4f116
|
@ -23,6 +23,7 @@
|
||||||
%li.list-group-item
|
%li.list-group-item
|
||||||
Answers
|
Answers
|
||||||
%span.badge#friend-count= @user.answered_count
|
%span.badge#friend-count= @user.answered_count
|
||||||
|
.hidden-xs= render 'shared/links'
|
||||||
.col-md-9.col-xs-12.col-sm-9
|
.col-md-9.col-xs-12.col-sm-9
|
||||||
= render 'shared/questionbox'
|
= render 'shared/questionbox'
|
||||||
- @answers.each do |a|
|
- @answers.each do |a|
|
||||||
|
@ -33,3 +34,4 @@
|
||||||
%small= user_screen_name a.question.user, a.question.author_is_anonymous
|
%small= user_screen_name a.question.user, a.question.author_is_anonymous
|
||||||
%hr/
|
%hr/
|
||||||
%p= a.content
|
%p= a.content
|
||||||
|
.visible-xs= render 'shared/links'
|
||||||
|
|
Loading…
Reference in New Issue