Sha256: 6949da93ad103f5af0e948640fcf2b796749393f18c4c872e06d19222c13be25
Contents?: true
Size: 363 Bytes
Versions: 6
Compression:
Stored size: 363 Bytes
Contents
<h1> <%= @post.title %> </h1> <i>Published <%= @post.published_at.strftime('%d %B %Y') %></i> <p> <%= simple_format(@post.content) %> </p> <% if session[:admin] %> <%= ajax_link_to 'Edit', edit_post_path(@post) %> | <%= ajax_link_to 'Destroy', @post, :confirm => 'Are you sure?', :method => :delete %> | <% end %> <%= ajax_link_to 'Back', posts_path %>
Version data entries
6 entries across 6 versions & 1 rubygems