Sha256: 31d009ca755de9d6ab0c7b871bd41f70ed0985d6270bed9959bea9c6a61e07cb

Contents?: true

Size: 1.25 KB

Versions: 19

Compression:

Stored size: 1.25 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/index', 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">
  <%= impersonation_banner %>

  <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

19 entries across 19 versions & 1 rubygems

Version Path
woople-theme-0.6 app/views/layouts/theme.html.erb
woople-theme-0.5.17 app/views/layouts/theme.html.erb
woople-theme-0.5.16 app/views/layouts/theme.html.erb
woople-theme-0.5.15 app/views/layouts/theme.html.erb
woople-theme-0.5.14 app/views/layouts/theme.html.erb
woople-theme-0.5.13 app/views/layouts/theme.html.erb
woople-theme-0.5.12 app/views/layouts/theme.html.erb
woople-theme-0.5.11 app/views/layouts/theme.html.erb
woople-theme-0.5.10 app/views/layouts/theme.html.erb
woople-theme-0.5.9 app/views/layouts/theme.html.erb
woople-theme-0.5.8 app/views/layouts/theme.html.erb
woople-theme-0.5.7 app/views/layouts/theme.html.erb
woople-theme-0.5.6 app/views/layouts/theme.html.erb
woople-theme-0.5.5 app/views/layouts/theme.html.erb
woople-theme-0.5.4 app/views/layouts/theme.html.erb
woople-theme-0.5.3 app/views/layouts/theme.html.erb
woople-theme-0.5.2 app/views/layouts/theme.html.erb
woople-theme-0.5.0.1 app/views/layouts/theme.html.erb
woople-theme-0.5.0 app/views/layouts/theme.html.erb