Sha256: ced5ba41e96ed7284de65639b00ae8505415e513c732f5366f0ec16755825830
Contents?: true
Size: 1.06 KB
Versions: 5
Compression:
Stored size: 1.06 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv='X-UA-Compatible' content='IE=edge' /> <meta name="robots" content="NONE,NOARCHIVE" /> <%= csrf_meta_tag %> <title><%= t('manage.page_title') %></title> <%= stylesheet_link_tag "sunrise/application" %> <!--[if lt IE 8]> <link rel="stylesheet" href="/assets/sunrise/ie.css" type="text/css" media="screen, projection" /> <![endif]--> <%= javascript_include_tag "sunrise/application" %> </head> <body> <div class="outer"> <div class="top-wrapper"> <%= render :partial => "sunrise/shared/panel" %> <%= manage_render_header %> </div> <%= yield %> </div> <div class="footer"> <div class="fwrapper"> <%= image_tag("sunrise/created.png", :alt => "Example.com") %> </div> </div> <div id="dark-shadow" class="dark-bg" style="display:none;"></div> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems