Sha256: 186c40ae62a27faa678dbe526853b2939039eb756c24cdc104745a3851880770

Contents?: true

Size: 1.51 KB

Versions: 13

Compression:

Stored size: 1.51 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)' %>
    <!--[if (IE 7)]><%= stylesheet_link_tag 'font-awesome/font-awesome-ie7', media: 'all' %><![endif]-->
    <%= 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-menu">&nbsp;</i></a>

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

        <div id="body-container" >

          <%= menu %>

          <div class="outer-content span9">
            <div class="content">
              <%= yield %>
            </div>
          </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

13 entries across 13 versions & 1 rubygems

Version Path
woople-theme-0.6.22 app/views/layouts/theme.html.erb
woople-theme-0.6.21 app/views/layouts/theme.html.erb
woople-theme-0.6.20 app/views/layouts/theme.html.erb
woople-theme-0.6.19 app/views/layouts/theme.html.erb
woople-theme-0.6.18 app/views/layouts/theme.html.erb
woople-theme-0.6.17 app/views/layouts/theme.html.erb
woople-theme-0.6.14 app/views/layouts/theme.html.erb
woople-theme-0.6.13 app/views/layouts/theme.html.erb
woople-theme-0.6.12 app/views/layouts/theme.html.erb
woople-theme-0.6.11 app/views/layouts/theme.html.erb
woople-theme-0.6.10 app/views/layouts/theme.html.erb
woople-theme-0.6.9 app/views/layouts/theme.html.erb
woople-theme-0.6.8 app/views/layouts/theme.html.erb