Sha256: 659ed19a427acf2d338d57c62ab2c8cf5040b154df44b1350673d64550f31bd0
Contents?: true
Size: 594 Bytes
Versions: 48
Compression:
Stored size: 594 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/admin/head' %> </head> <body> <div class="container"> <div id="header"> <%= render :partial => 'layouts/admin/header' %> </div> <div id="content-wrapper"> <div id="content"> <%= yield :layout %> </div> </div> </div> <%= render :partial => 'layouts/admin/footer' %> </body> </html>
Version data entries
48 entries across 48 versions & 1 rubygems