Sha256: d8e362589a65a092440ce240de59cbac18008db69bf09602efda487712d17132
Contents?: true
Size: 760 Bytes
Versions: 13
Compression:
Stored size: 760 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <%= render 'admin/shared/head' %> <style type="text/css"> body.base { padding-top: 120px; padding-bottom: 40px; background-color: #f5f5f5; } .well { background-color: #FFF; border: 1px solid #e5e5e5; } </style> </head> <body class="base"> <div class="container"> <div class="row"> <div class="span4 offset4 well"> <legend><%= Typus.admin_title %></legend> <%= admin_display_flash_message %> <%= yield :layout %> <% if content_for?(:actions) %> <div id="actions"> <%= yield :actions %> </div> <% end %> </div> </div> </div> </body> </html>
Version data entries
13 entries across 13 versions & 1 rubygems