Sha256: 54b3ae480860c953f6f4abfc2c5833587b4da565ed3f358283daa5726fd232cb
Contents?: true
Size: 652 Bytes
Versions: 2
Compression:
Stored size: 652 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <meta charset="utf-8" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Typus <%= Typus::VERSION %>" /> <title><%= Typus.admin_title %> — <%= yield :title %></title> <%= stylesheet_link_tag "/admin/stylesheets/screen", "/admin/stylesheets/application" %> <%= csrf_meta_tag %> </head> <body id="account"> <div id="wrapper"> <div id="box"> <h1 class="logo"><%= Typus.admin_title %></h1> <%= display_flash_message %> <%= yield :layout %> </div> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typus-3.0.6 | app/views/layouts/admin/session.html.erb |
typus-3.0.5 | app/views/layouts/admin/session.html.erb |