Sha256: 7337ec3818aa665e512c535f2a289b7d3a87f875dddd2f5b7964df84f3b76c38

Contents?: true

Size: 783 Bytes

Versions: 8

Compression:

Stored size: 783 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)

  Documentation available at http://core.typuscms.com/

-->

  <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-3.0.2 app/views/layouts/admin/session.html.erb
typus-3.0.1 app/views/layouts/admin/session.html.erb
typus-3.0.0 app/views/layouts/admin/session.html.erb
typus-1.0.0.pre13 app/views/layouts/admin/session.html.erb
typus-1.0.0.pre12 app/views/layouts/admin/session.html.erb
typus-1.0.0.pre11 app/views/layouts/admin/session.html.erb
typus-1.0.0.pre10 app/views/layouts/admin/session.html.erb
typus-1.0.0.pre9 app/views/layouts/admin/session.html.erb