Sha256: 23a60d58e671ae839b76efbecdeb54bdd3ed272fffa32a47450b8bda3a7d9a94

Contents?: true

Size: 948 Bytes

Versions: 7

Compression:

Stored size: 948 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

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

    <%= javascript_include_tag 'dashing/application' %>
    <%= stylesheet_link_tag 'dashing/application' %>

    <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
    <link rel="icon" href="/favicon.ico">
  </head>
  <body>
    <div id="container">
      <%= yield %>
    </div>

    <% if Rails.env.development? %>
      <div id="saving-instructions">
        <p>Paste the following at the top of <i><%= params[:dashboard] %>.erb</i></p>
        <textarea id="gridster-code"></textarea>
      </div>
      <a href="#saving-instructions" id="save-gridster">Save this layout</a>
    <% end %>
  </body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dashing-rails-2.2.0 app/views/layouts/dashing/dashboard.html.erb
dashing-rails-2.1.1 app/views/layouts/dashing/dashboard.html.erb
dashing-rails-2.1.0 app/views/layouts/dashing/dashboard.html.erb
dashing-rails-2.0.2 app/views/layouts/dashing/dashboard.html.erb
dashing-rails-2.0.1 app/views/layouts/dashing/dashboard.html.erb
dashing-rails-2.0.0 app/views/layouts/dashing/dashboard.html.erb
dashing-rails-1.0.3 app/views/layouts/dashing/dashboard.html.erb