Sha256: 407b6f75cbee9540c49dfdc8f216ca5b80091f69aca4f821b8abfe4dfcc3d852
Contents?: true
Size: 438 Bytes
Versions: 16
Compression:
Stored size: 438 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <%= render 'admin/shared/head' %> </head> <body id="account"> <div id="wrapper"> <div id="box"> <h1 class="logo"><%= Typus.admin_title %></h1> <%= display_flash_message %> <%= yield :layout %> </div> <% if content_for?(:actions) %> <div id="actions"> <%= yield :actions %> </div> <% end %> </div> </body> </html>
Version data entries
16 entries across 16 versions & 1 rubygems