mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 14:39:07 +01:00
9 lines
249 B
Text
9 lines
249 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(last_id: @inbox_last_id), class: "btn btn-light"
|
||
|
|