Sha256: 759b1087d5a9676ea725bd9e819d333d2e88aa9299efa368e1b056ced32e5efb
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Title:</strong> <%= @post.title %> </p> <p> <strong>Body:</strong> <%= @post.body %> </p> <p> <strong>Is published:</strong> <%= @post.is_published %> </p> <%= link_to 'Edit', edit_post_path(@post) %> | <%= link_to 'Back', posts_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
controller_resources-0.0.6 | spec/dummy/app/views/posts/show.html.erb |