mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-05-03 17:34:35 +09:00
5 lines
198 B
Plaintext
5 lines
198 B
Plaintext
<%= turbo_frame_tag :next_page_container, loading: :lazy,
|
|
src: account_users_path(page: page, format: :turbo_stream), class: "flex center" do %>
|
|
<div class="spinner center"></div>
|
|
<% end %>
|