Sha256: 4008518f0fe2d56fa758a1a32b869053bd1cd3cb947d2b705b8cacf6b90e8d11

Contents?: true

Size: 1.33 KB

Versions: 41

Compression:

Stored size: 1.33 KB

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css' />
    <title><%= application_title + " v" + InlineForms::VERSION -%></title>

    <%= stylesheet_link_tag    "application" %>
    <%= javascript_include_tag "vendor/modernizr" %>
    <%= csrf_meta_tags %>
  </head>

  <body>

    <div id="devise_outer_container">

      <div class="row contain-to-grid">
        <nav id='devise_top_bar' class="top-bar" data-topbar>
          <ul class="title-area">
            <li class="name">
              <h1><a href="/"><%= application_name %> v<%= inline_forms_version %></a></h1>
            </li>
            <li class="toggle-topbar menu-icon">
              <a href="#"><span></span></a>
            </li>
          </ul>
          <section class="top-bar-section">
            <ul class="right">
            </ul>
          </section>
        </nav>
      </div>
      
      <div id="devise_flash">
        <% flash.each do |name, msg| %>
            <%= content_tag :div, msg, :id => "flash_#{name}", :class => "flash row" %>
        <% end %>
      </div>
    <%= yield %>

    </div>

    <%= javascript_include_tag "application" %>

  </body>
</html>

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
inline_forms-3.0.47 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.46 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.45 lib/generators/views/layouts/devise.html.erb
inline_forms-3.0.44 lib/generators/views/layouts/devise.html.erb
inline_forms-3.0.43 lib/generators/views/layouts/devise.html.erb
inline_forms-3.0.42 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.41 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.40 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.39 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.38 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.37 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.36 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.35 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.34 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.32 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.31 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.30 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.29 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.28 lib/app/views/layouts/devise.html.erb
inline_forms-3.0.27 lib/app/views/layouts/devise.html.erb