Sha256: 97e68edfed676e5c7117923b8722f1940b00f866dfadd6ef8c7809776e81985c

Contents?: true

Size: 651 Bytes

Versions: 6

Compression:

Stored size: 651 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1><span id="page_title" class="mercury-region" data-mercury="full"><%= raw @page.title %></span></h1>
<div id="content_section_Body" class="mercury-region" data-mercury="full">
  <%= raw @page.content_parts.content_for('Body') %>
</div>

<% if current_user %>
  <div id="action_buttons">
    <%= link_to "Edit Page", "/editor" + request.path, id: "edit_link", data: {save_url: mercury_update_page_path(@page.id)}, :class => 'btn btn-info' %>
    <%= link_to 'Edit Settings', edit_admin_page_path(@page), :class => 'btn btn-info' %>
    <%= link_to 'Back', pages_path, :class => 'btn btn-info' %>
  </div>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wafflemix-0.0.6 app/views/wafflemix/pages/show.html.erb
wafflemix-0.0.5 app/views/wafflemix/pages/show.html.erb
wafflemix-0.0.4 app/views/wafflemix/pages/show.html.erb
wafflemix-0.0.3 app/views/wafflemix/pages/show.html.erb
wafflemix-0.0.2 app/views/wafflemix/pages/show.html.erb
wafflemix-0.0.1 app/views/wafflemix/pages/show.html.erb