Sha256: bc377e6b7eb7369be56639a8069a192a95e45e791710d8c23cf12764cc5bd2a2
Contents?: true
Size: 519 Bytes
Versions: 21
Compression:
Stored size: 519 Bytes
Contents
<%= render :partial => "layouts/smithy/shared/head" %> <body> <div id="main-wide"> <% if content_for? :title %><h1><%= yield :title %></h1><% end %> <%= render :partial => "layouts/smithy/shared/flash", :locals => { flash: flash } %> <%= yield :top_content %> <div class="container-fluid"> <section class="row" id="content-container"> <article id="content" class="col-md-12"> <%= yield %> </article> </section> </div> </div> <%= render :partial => "layouts/smithy/shared/tail" %>
Version data entries
21 entries across 21 versions & 1 rubygems