Sha256: 70e125f362a6b7d0240f4c0ccb62cd97169ea1ad4121dae70200be05ceae37b3

Contents?: true

Size: 1.24 KB

Versions: 8

Compression:

Stored size: 1.24 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 %>

  <script>
    <%= 'var showingPlayer = true;' if @video.present? %>
  </script>

</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>
</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
woople-theme-0.2.1 app/views/layouts/theme.html.erb
woople-theme-0.2.0 app/views/layouts/theme.html.erb
woople-theme-0.1.0 app/views/layouts/theme.html.erb
woople-theme-0.0.6 app/views/layouts/theme.html.erb
woople-theme-0.0.5 app/views/layouts/theme.html.erb
woople-theme-0.0.4 app/views/layouts/theme.html.erb
woople-theme-0.0.3 app/views/layouts/theme.html.erb
woople-theme-0.0.2 app/views/layouts/theme.html.erb