Sha256: 3bbc1d8b6e1513e6bd2e996c4498ed40188c037e2c461e3872b036591063e73e
Contents?: true
Size: 264 Bytes
Versions: 23
Compression:
Stored size: 264 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <b>Name:</b> <%= @post.name %> </p> <p> <b>Title:</b> <%= @post.title %> </p> <p> <b>Content:</b> <%= raw(@post.content) %> </p> <%= link_to 'Edit', edit_post_path(@post) %> | <%= link_to 'Back', posts_path %>
Version data entries
23 entries across 23 versions & 2 rubygems