Sha256: 20596239b56df0db46576139cfb3d5fb6b520893c8618ee6140a1ddd30e59b40
Contents?: true
Size: 329 Bytes
Versions: 4
Compression:
Stored size: 329 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Title:</strong> <%= @post.title %> </p> <p> <strong>Body:</strong> <%= @post.body %> </p> <p> <strong>Tags:</strong> <%= @post.tags.inspect %> <%= (@post.tags || []).join(", ") %> </p> <%= link_to 'Edit', edit_post_path(@post) %> | <%= link_to 'Back', posts_path %>
Version data entries
4 entries across 4 versions & 1 rubygems