Sha256: 3c2a7f94ca3299e18d0b269116c86842ddc27de8d74cf0c4d2f397194bb0a007

Contents?: true

Size: 290 Bytes

Versions: 2

Compression:

Stored size: 290 Bytes

Contents

<%#
    name: headmin/layout/header
    accepts block: yes
    parameters: none
%>

<header class="border-bottom d-print-none d-none d-md-block">
  <nav class="navbar navbar-light bg-white">
    <div class="container-fluid">
      <%= yield if block_given? %>
    </div>
  </nav>
</header>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
headmin-0.1.2 app/views/headmin/layout/_header.html.erb
headmin-0.1.1 app/views/headmin/layout/_header.html.erb