Sha256: b29cf9e921e7a752fece6eca7840f34b9eea50f5fd2156f5c6bdef3bec9f55ff
Contents?: true
Size: 1.22 KB
Versions: 35
Compression:
Stored size: 1.22 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"> <div class="row"> <a href="#" class="close-navigation close">×</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> © <%= DateTime.now.strftime("%Y") %></p> </div> <%= yield :extra_javascript %> </body> </html>
Version data entries
35 entries across 35 versions & 1 rubygems