Sha256: 15df51805139e71cfdaf2851cca37ce0c99f0294c558f864a28886620e95f63e

Contents?: true

Size: 1.25 KB

Versions: 16

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/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">
  <%= 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

16 entries across 16 versions & 1 rubygems

Version Path
woople-theme-0.4.2 app/views/layouts/theme.html.erb
woople-theme-0.4.1 app/views/layouts/theme.html.erb
woople-theme-0.4.0 app/views/layouts/theme.html.erb
woople-theme-0.3.9 app/views/layouts/theme.html.erb
woople-theme-0.3.8 app/views/layouts/theme.html.erb
woople-theme-0.3.7 app/views/layouts/theme.html.erb
woople-theme-0.3.6 app/views/layouts/theme.html.erb
woople-theme-0.3.5 app/views/layouts/theme.html.erb
woople-theme-0.3.04 app/views/layouts/theme.html.erb
woople-theme-0.3.03 app/views/layouts/theme.html.erb
woople-theme-0.3.02 app/views/layouts/theme.html.erb
woople-theme-0.3.01 app/views/layouts/theme.html.erb
woople-theme-0.3.0 app/views/layouts/theme.html.erb
woople-theme-0.2.49 app/views/layouts/theme.html.erb
woople-theme-0.2.48 app/views/layouts/theme.html.erb
woople-theme-0.2.47 app/views/layouts/theme.html.erb