Sha256: ea395e1761d187e084cf871625ed8bdeced669314ee910de3d2787b70387b5a7

Contents?: true

Size: 412 Bytes

Versions: 19

Compression:

Stored size: 412 Bytes

Contents

<%= turbo_stream.update "legacy_urls_label" do %>
  <%= render "label", count: @page.legacy_urls.size %>
<% end %>
<%= turbo_stream.update "legacy_page_urls" do %>
  <%= render "table", legacy_page_urls: @page.legacy_urls %>
<% end %>
<%= turbo_stream.update "new_legacy_page_url" do %>
  <%= render 'new', legacy_page_url: @page.legacy_urls.build %>
<% end %>
<alchemy-growl>
  <%= @message %>
</alchemy-growl>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.3.6 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.2.9 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.4.1 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.4.0 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.3.5 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.2.2 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb
alchemy_cms-7.2.1 app/views/alchemy/admin/legacy_page_urls/_update.turbo_stream.erb