Sha256: 4d8df3f47d3b7c45006c0e669c5fc4e0e0688c3f29aee0546e0e6f747922e260
Contents?: true
Size: 343 Bytes
Versions: 3
Compression:
Stored size: 343 Bytes
Contents
<% title "#{post.title}" %> <div class="post_body"> <%= post.body %> </div> <p> <%= link_to 'Back', posts_path %> | <% if logged_in? %> <%= link_to "Edit", edit_post_path(post) %> | <%= link_to "Destroy", post, :confirm => 'Are you sure?', :method => :delete %> | <% end %> <%= link_to "View All", posts_path %> </p>
Version data entries
3 entries across 3 versions & 1 rubygems