Sha256: 0753dcf036da5bd739600a4aab56ac14557be1f862562f8910b4bcc0ccdd16c3
Contents?: true
Size: 1.24 KB
Versions: 15
Compression:
Stored size: 1.24 KB
Contents
<% add_decidim_page_title("Decidim - System") %> <!DOCTYPE html> <html> <head> <title><%= decidim_page_title %></title> <%= render partial: "layouts/decidim/system/header" %> </head> <body class="text-black text-md form-defaults min-h-screen flex items-stretch"> <aside id="aside-system"> <%= render partial: "layouts/decidim/system/sidebar" %> </aside> <main class="grow"> <div class="flex md:hidden items-center gap-2 bg-primary p-4 text-white font-bold text-lg"> <button id="aside-trigger" class="flex-none md:hidden" data-component="dropdown" data-target="aside-system" data-disabled-md="true"> <%= icon "menu-line", class: "w-6 h-6 text-white fill-current" %> </button> <%= link_to root_path, class: "block" do %> <%= title %> <% end %> </div> <div class="p-6 md:px-16 md:py-12 h-full w-full space-y-6"> <%= render "decidim/system/shared/notices" %> <% if content_for?(:title) %> <%= content_for :title %> <% end %> <%= yield %> </div> </main> <%= render partial: "decidim/shared/confirm_modal" %> <%= render partial: "layouts/decidim/system/js_configuration" %> <%= render partial: "layouts/decidim/cors" if Decidim.cors_enabled %> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems