Sha256: fa6fa59b1d4c52dc51126849faf750012405123e5cd083000368cae5971e1f46

Contents?: true

Size: 197 Bytes

Versions: 10

Compression:

Stored size: 197 Bytes

Contents

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

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
headmin-0.6.0 app/views/headmin/_index.html.erb
headmin-0.5.9 app/views/headmin/_index.html.erb
headmin-0.5.8 app/views/headmin/_index.html.erb
headmin-0.5.7 app/views/headmin/_index.html.erb
headmin-0.5.6 app/views/headmin/_index.html.erb
headmin-0.5.5 app/views/headmin/_index.html.erb
headmin-0.5.4 app/views/headmin/_index.html.erb
headmin-0.5.3 app/views/headmin/_index.html.erb
headmin-0.5.1 app/views/headmin/_index.html.erb
headmin-0.5.0 app/views/headmin/_index.html.erb