Sha256: af875bd453bbedd4d42e50cc4991c3905fc9eb8fc54d4553d556de696f941d2d
Contents?: true
Size: 727 Bytes
Versions: 2
Compression:
Stored size: 727 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 "/vendor/typus/stylesheets/reset", "/vendor/typus/stylesheets/screen", "/vendor/typus/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.8 | app/views/layouts/admin/session.html.erb |
typus-3.0.7 | app/views/layouts/admin/session.html.erb |