Sha256: eded0e93f9b6591c82d86c5bfd33a77191029492bb53822591bbe7197d2829eb

Contents?: true

Size: 989 Bytes

Versions: 1

Compression:

Stored size: 989 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' %>
  <%#= javascript_include_tag ::Ckeditor.cdn_url %>
</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", :title => "fodojo.com") %>
	  </div>
	</div>

	<div id="dark-shadow" class="dark-bg" style="display:none;"></div>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sunrise-cms-1.1.1 app/views/layouts/sunrise/application.html.erb