Sha256: 478b111298e4e391cb9c4a2a028356de0597c3db93c4af5c00cf8ac1f78312d5
Contents?: true
Size: 658 Bytes
Versions: 32
Compression:
Stored size: 658 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', :locals => { :admin_layout => true } %> </head> <body> <div class="container"> <div id="header"> <%= yield :header %> </div> <div id="content-wrapper"> <div id="content"> <%= yield :layout %> </div> </div> </div> <script type="text/javascript" language="JavaScript"> <%= yield :javascript %> </script> </body> </html>
Version data entries
32 entries across 32 versions & 1 rubygems