Sha256: b68e12fb60e739a616a146b7c44421cc4486ff038a5ba7f96e39171e4d55dd2f
Contents?: true
Size: 313 Bytes
Versions: 73
Compression:
Stored size: 313 Bytes
Contents
<p> <strong>Title:</strong> <%= @post.title %> </p> <p> <strong>Text:</strong> <%= @post.text %> </p> <h2>Comments</h2> <%= render @post.comments %> <h2>Add a comment:</h2> <%= render "comments/form" %> <%= link_to 'Edit Post', edit_post_path(@post) %> | <%= link_to 'Back to Posts', posts_path %>
Version data entries
73 entries across 73 versions & 3 rubygems