2022-09-07 15:48:01 -07:00
|
|
|
#questions
|
|
|
|
- @questions.each do |q|
|
|
|
|
= render 'shared/question', q: q, type: nil
|
2020-04-25 08:21:39 -07:00
|
|
|
|
2022-09-07 15:48:01 -07:00
|
|
|
- if @more_data_available
|
|
|
|
.d-flex.justify-content-center.justify-content-sm-start#paginator
|
|
|
|
= button_to show_user_questions_path(@user, last_id: @questions_last_id), class: "btn btn-light" do
|
|
|
|
= t("voc.load")
|
2020-04-25 08:21:39 -07:00
|
|
|
|
|
|
|
- provide(:title, questions_title(@user))
|
2020-05-10 00:08:58 -07:00
|
|
|
- parent_layout 'user/profile'
|