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">×</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> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems