Sha256: 086ace7bac84bc46b2209b0fc815fc2e3f05c6e0bff27f04480183506f9142a2
Contents?: true
Size: 367 Bytes
Versions: 13
Compression:
Stored size: 367 Bytes
Contents
<%= @post.template %> <%= @post.layout %> <p> <b>Title:</b> <%= @post.title %> </p> <p> <% @post.contents.each do |f| %> <%= raw f.content %> <% end %> <p> <b>Parent:</b> <% if @post.parent %> <%= @post.parent.title %> <% end %> </p> <% if (current_admin) %> <%= link_to 'Edit', edit_post_path(@post) %> | <% end %> <%= link_to 'Back', posts_path %>
Version data entries
13 entries across 13 versions & 1 rubygems