mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 22:39:07 +01:00
11 lines
381 B
Text
11 lines
381 B
Text
#questions
|
|
- @questions.each do |q|
|
|
= render 'shared/question', q: q, type: nil
|
|
|
|
- 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")
|
|
|
|
- provide(:title, questions_title(@user))
|
|
- parent_layout 'user/profile'
|