Sha256: 9026adee72b4333b2f41a22fbcc5562694f03bace21038e76d2efe1b16598d76
Contents?: true
Size: 557 Bytes
Versions: 17
Compression:
Stored size: 557 Bytes
Contents
<% content_for(:body) do %> <div class="flex flex-col md:flex-row md:h-screen min-h-screen w-full overflow-hidden"> <%= render partial: "spina/admin/shared/navigation" %> <section class="w-full md:overflow-scroll"> <%= yield %> <%= turbo_frame_tag "flash" do %> <%= render partial: "spina/admin/shared/flash" %> <% end %> </section> </div> <!-- Make sure all modals are rendered in this frame --> <%= turbo_frame_tag "modal" %> <% end %> <%= render template: 'layouts/spina/admin/application' %>
Version data entries
17 entries across 17 versions & 1 rubygems