Sha256: 2b6c10612f02c34155ab90c8498c9aaa21be63daa6d298b9c1293f24b06db19d
Contents?: true
Size: 998 Bytes
Versions: 9
Compression:
Stored size: 998 Bytes
Contents
<nav class="transition-all ease-in-out delay-300 backdrop-blur-sm bg-white shadow-sm fixed top-0 left-0 right-0 z-20" data-controller="mobile-menu" data-navbar-target="navbar"> <div class="max-w-7xl mx-auto px-2 sm:px-4 lg:px-8"> <div class="flex justify-between h-16"> <div class="flex px-2 lg:px-0"> <%= render Maquina::Navbar::Title.new(brand_icon: brand_icon) %> <%= render Maquina::Navbar::Menu.new %> </div> <%= render Maquina::Navbar::Search.new(query: params[:q], url: collection_path) if action_name == "index" && respond_to?(:collection_path) && collection_path.present? && respond_to?(:resource_class) && resource_class.searchable? %> <%= render Maquina::Navbar::MobileButton.new %> <div class="hidden sm:ml-6 lg:flex sm:items-center"> <%= render Maquina::Navbar::Notification.new %> <%= render Maquina::Navbar::Profile.new %> </div> </div> </div> <%= render Maquina::Navbar::MobileMenu.new %> </nav>
Version data entries
9 entries across 9 versions & 1 rubygems