13 lines
394 B
Plaintext
13 lines
394 B
Plaintext
= turbo_stream.append "answers" do
|
|
- @answers.each do |a|
|
|
= render "answerbox", a:
|
|
|
|
= turbo_stream.update "paginator" do
|
|
- if @more_data_available
|
|
= button_to t("voc.load"), user_path(@user),
|
|
class: "btn btn-light",
|
|
method: :get,
|
|
params: { last_id: @answers_last_id },
|
|
data: { controller: :hotkey, hotkey: "." },
|
|
form: { data: { turbo_stream: true } }
|