Sha256: 5b1e8586ff823f00f23a157e63c1376203fc617333676095841e853e02b1bb22

Contents?: true

Size: 438 Bytes

Versions: 9

Compression:

Stored size: 438 Bytes

Contents

  <% @page_heading = 'Pages' %>
  
  <% content_for('tasks') do %>
    <%= task_edit 'Edit this page', @page.id %>
    <li><%= link_to 'View page on your blog', page_url(@page) %></li>
  <% end %> 

  <h3><%=h @page.name %></h3>

  <div class="form">	
    <div><%= @page.full_html %></div>
    <p class="meta">Posted: <%=h @page.created_at %> by <%=h @page.user.name %></p>
    <p>Lasted updated <%=h @page.updated_at %></p>    
  </div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/pages/show.rhtml
typo-3.99.2 app/views/admin/pages/show.rhtml
typo-3.99.3 app/views/admin/pages/show.rhtml
typo-3.99.1 app/views/admin/pages/show.rhtml
typo-3.99.4 app/views/admin/pages/show.rhtml
typo-4.0.1 app/views/admin/pages/show.rhtml
typo-4.0.2 app/views/admin/pages/show.rhtml
typo-4.0.0 app/views/admin/pages/show.rhtml
typo-4.0.3 app/views/admin/pages/show.rhtml