Sha256: 50ba7c177ee09ece041d63988ed91fb9113a129f326640af3732cc2caa661881
Contents?: true
Size: 657 Bytes
Versions: 16
Compression:
Stored size: 657 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' %> <%= include_javascripts :admin %> <%= yield :javascript %> </body> </html>
Version data entries
16 entries across 16 versions & 1 rubygems