Sha256: 814f35789c1ecdcafa03177b8f94159cf67033c41fc3f4eb183a6477acc33ee2
Contents?: true
Size: 567 Bytes
Versions: 10
Compression:
Stored size: 567 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 id="main" 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
10 entries across 10 versions & 1 rubygems