Sha256: 5660669110efd2c6fb3d51c59a78429f6f2557d73f75bed4ddabf4b3e5c243e2
Contents?: true
Size: 619 Bytes
Versions: 1
Compression:
Stored size: 619 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><%= 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typus-3.0.4 | app/views/layouts/admin/session.html.erb |