Sha256: 577fb9b7c0db25fd7f9d51c37618e675e8842577f625477fd1206ece899ce8c9
Contents?: true
Size: 945 Bytes
Versions: 21
Compression:
Stored size: 945 Bytes
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" %> <%= 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
21 entries across 21 versions & 1 rubygems