Sha256: 5c77f6e7935e27d2c14a0b897a434e2d3a824ae355bfbf4748181a605f3f2bc4

Contents?: true

Size: 202 Bytes

Versions: 3

Compression:

Stored size: 202 Bytes

Contents

<%
  # headmin/index
  #
  # === Examples
  #   Basic version
  #   <%= render "headmin/index" do %#>
  #     Index content
  #   <% end %#>
%>

<div class="container-fluid py-4">
  <%= yield %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
headmin-0.6.3 app/views/headmin/_index.html.erb
headmin-0.6.2 app/views/headmin/_index.html.erb
headmin-0.6.1 app/views/headmin/_index.html.erb