Sha256: ac5e0576daf4560cdc18e4ff53f8945d38cef04cc91d239f6d397b8a806fc9ee

Contents?: true

Size: 673 Bytes

Versions: 1

Compression:

Stored size: 673 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Soonish</title>
  <%= stylesheet_link_tag "soonish/application", :media => "all" %>
  <%= javascript_include_tag "soonish/application" %>
  <%= csrf_meta_tags %>
</head>
<body>
  <div id='top_content'>
    <div class='container-fluid'>
      <div class='row-fluid'>
        <%= yield %>
      </div>
    </div>
  </div>

  <div id='bottom_content'>
    <div class='container-fluid'>
      <div class='row-fluid'>
          <p>You can add some further information about your product down here.</p>
        </div>
      </div>
    </div>
  </div>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
soonish-0.0.1 app/views/layouts/soonish/soonish.html.erb