Sha256: e0360d4588fc8738bf39a9304d9b4a85994e09cbb8544eddbc9c32a9cbf7a6c8

Contents?: true

Size: 780 Bytes

Versions: 8

Compression:

Stored size: 780 Bytes

Contents

<!DOCTYPE html>

<html lang="<%= I18n.locale %>">

<head>

<!--

  Ruby on Rails easy-to-use interface to allow trusted users
  edit structured content. (Admin scaffold generator)

  Get the code at http://github.com/fesplugas/typus

-->

  <meta charset="utf-8" />
  <meta name="apple-mobile-web-app-capable" content="yes" />

  <title><%= yield :title %></title>

  <%= stylesheet_link_tag "/admin/stylesheets/screen",
                          "/admin/stylesheets/application" %>

</head>

<body id="account">

  <div id="wrapper">

    <div id="box">
      <h1 class="logo"><%= Typus.admin_title %></h1>
      <%= display_flash_message %>
      <%= yield %>
    </div>

    <div id="footer">
      <%= Typus.admin_sub_title.html_safe %>
    </div>

  </div>

</body>

</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typus-1.0.0.pre8 app/views/layouts/admin/session.html.erb
typus-1.0.0.pre7 app/views/layouts/admin/session.html.erb
typus-1.0.0.pre6 app/views/layouts/admin/session.html.erb
typus-1.0.0.pre5 app/views/layouts/admin/session.html.erb
typus-1.0.0.pre4 app/views/layouts/admin/session.html.erb
typus-1.0.0.pre3 app/views/layouts/admin/session.html.erb
typus-1.0.0.pre2 app/views/layouts/admin/session.html.erb
typus-1.0.0.pre app/views/layouts/admin/session.html.erb