Sha256: e9b68df82acf7a67b9f9906da70bd07c555dbed55adf31a8cae13a7a7cb52aa8

Contents?: true

Size: 1.52 KB

Versions: 17

Compression:

Stored size: 1.52 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>
            <p class="copyright"><a href="<%t 'woople_theme.company.url' %>"><%=t 'woople_theme.company.name' %></a> &copy; <%= DateTime.now.strftime("%Y") %></p>
          </div>

        </div>

      </div>
    </div>

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
woople-theme-0.8.11 app/views/layouts/theme.html.erb
woople-theme-0.8.10 app/views/layouts/theme.html.erb
woople-theme-0.8.9 app/views/layouts/theme.html.erb
woople-theme-0.8.8 app/views/layouts/theme.html.erb
woople-theme-0.8.7 app/views/layouts/theme.html.erb
woople-theme-0.8.6 app/views/layouts/theme.html.erb
woople-theme-0.8.5 app/views/layouts/theme.html.erb
woople-theme-0.8.4 app/views/layouts/theme.html.erb
woople-theme-0.8.3 app/views/layouts/theme.html.erb
woople-theme-0.8.2 app/views/layouts/theme.html.erb
woople-theme-0.8.1 app/views/layouts/theme.html.erb
woople-theme-0.8.0 app/views/layouts/theme.html.erb
woople-theme-0.6.27 app/views/layouts/theme.html.erb
woople-theme-0.6.26 app/views/layouts/theme.html.erb
woople-theme-0.6.25 app/views/layouts/theme.html.erb
woople-theme-0.6.24 app/views/layouts/theme.html.erb
woople-theme-0.6.23 app/views/layouts/theme.html.erb