Sha256: b29cf9e921e7a752fece6eca7840f34b9eea50f5fd2156f5c6bdef3bec9f55ff

Contents?: true

Size: 1.22 KB

Versions: 35

Compression:

Stored size: 1.22 KB

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Woople</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="apple-mobile-web-app-capable" content="yes" />

  <%= stylesheet_link_tag "woople-theme/theme", :media => "all" %>
  <%= stylesheet_link_tag "woople-theme/theme-retina", media: 'only screen and (-webkit-min-device-pixel-ratio: 2)' %>
  <%= javascript_include_tag "woople-theme/theme" %>
  <%= application_javascript %>
  <%= csrf_meta_tags %>
  
  <%= yield :head_content %>

</head>
<body>
<%= yield :body_content %>

<div class="container" id="navigation">
  <div class="row">
    <a href="#" class="close-navigation close">&times;</a>
    <a href="#navigation" class="navigation"><i class="icon-th-list"></i></a>

    <div id="masthead" class="span12">
      <%= image_tag('woople-theme/logo.png', class: 'masthead-logo') %>
      <%= profile %>
    </div>

    <%= menu %>

    <div class="outer-content span9">
      <div class="content">
        <%= yield %>
      </div>
    </div>
  </div>
  <p class="copyright"><a href="<%t 'woople_theme.company.url' %>"><%=t 'woople_theme.company.name' %></a> &copy; <%= DateTime.now.strftime("%Y") %></p>
</div>

  <%= yield :extra_javascript %>
</body>
</html>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
woople-theme-0.2.46 app/views/layouts/theme.html.erb
woople-theme-0.2.45 app/views/layouts/theme.html.erb
woople-theme-0.2.44 app/views/layouts/theme.html.erb
woople-theme-0.2.43 app/views/layouts/theme.html.erb
woople-theme-0.2.42 app/views/layouts/theme.html.erb
woople-theme-0.2.41 app/views/layouts/theme.html.erb
woople-theme-0.2.40 app/views/layouts/theme.html.erb
woople-theme-0.2.39 app/views/layouts/theme.html.erb
woople-theme-0.2.38 app/views/layouts/theme.html.erb
woople-theme-0.2.37 app/views/layouts/theme.html.erb
woople-theme-0.2.36 app/views/layouts/theme.html.erb
woople-theme-0.2.35 app/views/layouts/theme.html.erb
woople-theme-0.2.34 app/views/layouts/theme.html.erb
woople-theme-0.2.33 app/views/layouts/theme.html.erb
woople-theme-0.2.32 app/views/layouts/theme.html.erb
woople-theme-0.2.31 app/views/layouts/theme.html.erb
woople-theme-0.2.30 app/views/layouts/theme.html.erb
woople-theme-0.2.29 app/views/layouts/theme.html.erb
woople-theme-0.2.28 app/views/layouts/theme.html.erb
woople-theme-0.2.27 app/views/layouts/theme.html.erb