Sha256: 7186184ea480b93cd97c12a1cc13938df8a6da17b538cf3045f4bdfb214831b4
Contents?: true
Size: 584 Bytes
Versions: 10
Compression:
Stored size: 584 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= yield :title %></title> <!-- layout: minimal --> <%= render :partial=>'/layouts/cms-common', :locals=>{:include_menu=>true} %> <%= stylesheet_link_tag "kit_admin" %> <%= csrf_meta_tag %> <%= content_for(:head) %> <script type="text/javascript"> <%= content_for :page_scripts %> </script> </head> <body class="minimal_body" style="margin: 5px;"> <% if notice %> <p class="notice"><%= notice %></p> <% end %> <% if alert %> <p class="alert"><%= alert %></p> <% end %> <%= yield %> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems