mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 07:26:03 +01:00
9 lines
266 B
Text
9 lines
266 B
Text
|
= turbo_stream.append "answers" do
|
||
|
- @answers.each do |a|
|
||
|
= render 'answerbox', a: a
|
||
|
|
||
|
= turbo_stream.update "paginator" do
|
||
|
- if @more_data_available
|
||
|
= button_to user_path(@user, last_id: @answers_last_id), class: "btn btn-light" do
|
||
|
= t("voc.load")
|