2014-12-12 15:55:00 -08:00
|
|
|
.profile--header
|
2014-11-02 11:29:01 -08:00
|
|
|
.container.j2-page
|
2015-01-02 17:00:54 -08:00
|
|
|
.col-md-3.col-xs-12.col-sm-4
|
2014-12-08 08:03:06 -08:00
|
|
|
= render 'user/profile_info'
|
2014-11-24 08:52:58 -08:00
|
|
|
.hidden-xs= render 'shared/links'
|
2015-01-02 17:00:54 -08:00
|
|
|
.col-md-9.col-xs-12.col-sm-8
|
2014-11-12 11:40:24 -08:00
|
|
|
= render 'shared/questionbox'
|
2014-12-08 06:23:04 -08:00
|
|
|
#answers
|
|
|
|
- @answers.each do |a|
|
|
|
|
= render 'shared/answerbox', a: a
|
|
|
|
|
|
|
|
#pagination= will_paginate @answers, renderer: BootstrapPagination::Rails, page_links: false
|
|
|
|
|
|
|
|
- if @answers.next_page
|
2014-12-08 07:01:27 -08:00
|
|
|
%button#load-more-btn.btn.btn-default{type: :button, data: { current_page: @answers.current_page }}
|
2014-12-08 06:23:04 -08:00
|
|
|
Load more
|
2014-11-24 08:52:58 -08:00
|
|
|
.visible-xs= render 'shared/links'
|