Sha256: 3098ea06460e81721d2599ed788636f32d2a8ee451821d62f8c79b42cce086e3
Contents?: true
Size: 615 Bytes
Versions: 16
Compression:
Stored size: 615 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="<%= I18n.locale %>" xml:lang="<%= I18n.locale %>"> <head> <%= render :partial => 'layouts/global/head' %> </head> <body> <div id="popup_wrapper" class="container"> <div id="content-wrapper"> <div id="content"> <%= yield :layout %> </div> </div> </div> <%= include_javascripts :site %> <%= yield :javascript %> <%= render :partial => 'layouts/global/google_analytics' %> </body> </html>
Version data entries
16 entries across 16 versions & 1 rubygems