Sha256: 04a53880df1e50f56886afb02b67dfcea99a5a27f8bcc292e6b08a6928c44678

Contents?: true

Size: 303 Bytes

Versions: 3

Compression:

Stored size: 303 Bytes

Contents

<% title @page.title, @page.show_title? %>  <br/>
<% for page in @page.ancestors.each %>
  <%= link_to h(page.title), page %> &gt;
<% end %>

<% if @page.show_title? %>
  <div id="page_title">
    <h1><%=h @page.title %></h1>
  </div>
<% end %>

<div id="page_content">
  <%= raw @page.content%>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
quic_cms-0.1.4 app/views/quic_cms/pages/show.html.erb
quic_cms-0.1.3 app/views/quic_cms/pages/show.html.erb
quic_cms-0.1.2 app/views/quic_cms/pages/show.html.erb