Sha256: ccb0f40460e34c16d9eb931bedfce6b1408bb656de1576ec251a30a8483fd82e

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

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

<p>
  <strong>Header:</strong>
  <%= @page.header %>
</p>

<p>
  <strong>Title:</strong>
  <%= @page.title %>
</p>

<p>
  <strong>Page:</strong>

</p>

 <%= @page.page.html_safe %>


<p>
<%= link_to 'Edit', edit_page_path(@page) %> |
<%= link_to 'Back', pages_path %>
</p>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
trix_add_on-0.1.4 test/dummy/app/views/pages/show.html.erb
trix_add_on-0.1.3 test/dummy/app/views/pages/show.html.erb