Sha256: a9d779508cda0db4180832a237938de4289f313c564cd9f4aad2e3a7f55efde1
Contents?: true
Size: 308 Bytes
Versions: 17
Compression:
Stored size: 308 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <b>Title:</b> <%= @post.title %> </p> <p> <b>Body:</b> <%= @post.body %> </p> <p> <b>Published:</b> <%= @post.published %> </p> <p> <b>User:</b> <%= @post.user %> </p> <%= link_to 'Edit', edit_post_path(@post) %> | <%= link_to 'Back', posts_path %>
Version data entries
17 entries across 17 versions & 1 rubygems