mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 09:56:03 +01:00
7 lines
339 B
Text
7 lines
339 B
Text
= turbo_stream.append "entries" do
|
|
- @inbox.each do |i|
|
|
= render "inbox/entry", i: i
|
|
|
|
= turbo_stream.update "paginator" do
|
|
- if @more_data_available
|
|
= button_to t("voc.load"), inbox_path, class: "btn btn-light", method: :get, params: { last_id: @inbox_last_id, author: @author }.compact, form: { data: { turbo_stream: true } }
|