Sha256: 9d86d2673b7d3818475465a4b2d09510949a4a05d425b1d42ad69c486f11f233
Contents?: true
Size: 621 Bytes
Versions: 5
Compression:
Stored size: 621 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' %> <%= yield :javascript %> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems