Sha256: 1d40ff83917696a4736c0c779c11b0c303684fa0db29a25954aab2788524bd3c

Contents?: true

Size: 780 Bytes

Versions: 5

Compression:

Stored size: 780 Bytes

Contents

<%= render :partial => "/shared/submenu" if (show_submenu ||= true) and RefinerySetting.find_or_set(:show_submenu_on_content_pages, true) %>
<div id='body_content' class='clearfix'>
  <h1 id='body_content_page_title'><%= page_title %></h1>
  <div id='body_content_left' class='clearfix'>
    <%= (body_content_left = yield :body_content_left).blank? ? @page[:body] : body_content_left %>
  </div>
  <div id='body_content_right' class='clearfix'>
    <%= (body_content_right = yield :body_content_right).blank? ? @page[:side_body] : body_content_right %>
  </div>
</div>
<% unless @page.live? %>
  <div style='border: 1px solid #A00027;color: #A00027;background: #FFB1B1;padding:3px 9px;font-weight:bold;width:auto'>
    This page is NOT live for public viewing.
  </div>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
refinerycms-0.9.5.21 vendor/plugins/refinery/app/views/shared/_content_page.html.erb
refinerycms-0.9.5.20 vendor/plugins/refinery/app/views/shared/_content_page.html.erb
refinerycms-0.9.5.19 vendor/plugins/refinery/app/views/shared/_content_page.html.erb
refinerycms-0.9.5.18 vendor/plugins/refinery/app/views/shared/_content_page.html.erb
refinerycms-0.9.5.17 vendor/plugins/refinery/app/views/shared/_content_page.html.erb