Sha256: 38296f74b73ba847b0f1dd32bfdf951cd9175153a9f6252cda4abbdb8d2accc0

Contents?: true

Size: 1.83 KB

Versions: 23

Compression:

Stored size: 1.83 KB

Contents

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>PushType :: <%= yield :title %></title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <%= javascript_include_tag 'vendor/modernizr' %>
  <%= javascript_include_tag 'push_type/admin' %>
  <%= stylesheet_link_tag    'push_type/admin', '//fonts.googleapis.com/css?family=Lato:300,300italic,400,700', media: 'all' %>
  <%= favicon_link_tag 'push_type/pushtype-favicon.png' %>
  <%= csrf_meta_tags %>
</head>
<body>

  <header class="header contain-to-grid" role="banner">
    <nav class="top-bar" data-topbar role="navigation">
      <ul class="title-area">
        <li class="name">
          <h1><%= link_to image_tag('push_type/pushtype-logo.svg', size: '140x26', alt: 'PushType', class: 'logo'), push_type.root_path %></h1>
        </li>
        <li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
      </ul>
      <section class="top-bar-section">
        <ul class="right">
          <%= content_tag :li, link_to(ficon(:home, 'Back to site'), main_app.root_path), :'data-no-turbolink' => true %>
        </ul>
      </section>
    </nav>
  </header>

  <section class="main" role="main">
    <div class="row">
      <div class="small-12 medium-6 large-4 medium-offset-3 large-offset-4 columns">
        <% flash.each do |key, value| %>
          <%= content_tag :div, class: "alert-box radius #{key}", data: { alert: '' } do %>
            <%= value %>
            <a href="#" class="close">&times;</a>
          <% end %>
        <% end %>
        <div class="container">
          <div class="head">
            <div class="title"><%= yield :title %></div>
          </div>
          <div class="body padded">
            <%= yield %>
          </div>
        </div>
        <%= yield :auth_links %>
      </div>
    </div>
  </section>

</body>
</html>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
push_type_auth-0.9.5 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.9.3 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.9.2 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.9.1 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.9.0 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.9.0.beta.4 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.9.0.beta.3 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.9.0.beta.2 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.8.2 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.8.1 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.8.0 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.8.0.beta.3 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.8.0.beta.2 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.8.0.beta.1 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.7.0 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.7.0.beta.1 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.6.0 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.6.0.beta.4 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.6.0.beta.3 app/views/layouts/push_type/auth.html.erb
push_type_auth-0.6.0.beta.2 app/views/layouts/push_type/auth.html.erb