Sha256: cebc2f4b62c46dc5aca48d4bac9deb62b4c7995f89b92c53524fecbd1ff4b66b
Contents?: true
Size: 464 Bytes
Versions: 5
Compression:
Stored size: 464 Bytes
Contents
<h1>Blog post</h1> <p> <%= link_to "List", blog_posts_path %> <%= link_to "Edit", edit_blog_post_path(@blog_post) %> <%= link_to "Delete", blog_post_path(@blog_post), :method => :delete %> </p> <ul> <li><strong>Title:</strong> <%= @blog_post.title %></li> <li><strong>Body:</strong> <%= @blog_post.body %></li> <li><strong>Created at:</strong> <%= @blog_post.created_at %></li> <li><strong>Updated at:</strong> <%= @blog_post.updated_at %></li> </ul>
Version data entries
5 entries across 5 versions & 1 rubygems