Sha256: fe0b3f2182927c9efa42075b3d4c4709a677fafe72f9ae3b1d194fb9c68fc9e0

Contents?: true

Size: 1.73 KB

Versions: 2

Compression:

Stored size: 1.73 KB

Contents

<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
  <meta charset="utf-8">
  <link rel="shortcut icon" href="<%= image_path('favicon.ico') %>">
  <title><%= @title %></title>
  <meta name="description" content="">
  <meta name="viewport" content="width=device-width">

  <meta property="og:title" content="<%=@title%>" />
  <meta property="og:type" content="company" />
  <meta property="og:site_name" content="site_name" />
  <meta property="og:url" content="http://site_url" />
  <meta property="og:image" content="null" />
  <meta property="og:description" content="<%=@description%>" />

  <link rel="stylesheet" href="<%= stylesheet_path('vendor') %>" media="all">
  <link rel="stylesheet" href="<%= stylesheet_path('style') %>" media="all">

</head>
<body data-spy="scroll" data-target=".navbar">
  <!--[if lt IE 7]>
    <p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
  <![endif]-->
  <div class="container">
    <%=yield%>
  </div>

  <footer class='container'>
    <div class='row'>
      <div class='span12'>
        Footer
      </div>
    </div>
  </footer>
  <script src='//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js'></script>
  <script src='<%= javascript_path('vendor') %>'></script>
  <script src='<%= javascript_path('app') %>'></script>
  <style type="text/css">
  </style>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hullapp-0.0.1.1 templates/ruby/application/views/layout.erb
hullapp-0.0.1 templates/ruby/application/views/layout.erb