Sha256: 873b5ace851ec10e7a10da3a01ced191bbe44f81f01303d89bfd0e8ef7485d80
Contents?: true
Size: 440 Bytes
Versions: 160
Compression:
Stored size: 440 Bytes
Contents
<p class="notice"><%= notice %></p> <p> <b>Name:</b> <%= @post.name %> </p> <p> <b>Title:</b> <%= @post.title %> </p> <p> <b>Content:</b> <%= @post.content %> </p> <p> <b>Tags:</b> <%= join_tags(@post) %> </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
160 entries across 121 versions & 19 rubygems