Sha256: 01281cd7bd51f675c6f33606553002031db1727fde363ef0d8a081d55b9311b6
Contents?: true
Size: 320 Bytes
Versions: 15
Compression:
Stored size: 320 Bytes
Contents
<!DOCTYPE html> <html> <head> <%= render :partial=>"/layouts/kit_header" %> </head> <body class="" style="margin: 5px;"> <div id="main"> <% if notice %> <p class="notice"><%= notice %></p> <% end %> <% if alert %> <p class="alert"><%= alert %></p> <% end %> <%= yield %> </div> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems