Sha256: 68bc405d6c38d955c9918c0e2fc11ca7d245f05e011ed24b83ccdb2f6bb848a8
Contents?: true
Size: 346 Bytes
Versions: 33
Compression:
Stored size: 346 Bytes
Contents
<p id="notice"><%= notice %></p> <div> <h1>Content</h1> <p><%= @post.content %></p> </div> <div> <h1>Author</h1> <p><%= @post.author.first_name %> <%= @post.author.last_name %></p> </div> <div> <h1>Created At</h1> <p><%= @post.created_at %><p> </div> <%= link_to 'Edit', edit_post_path(@post) %> | <%= link_to 'Back', posts_path %>
Version data entries
33 entries across 33 versions & 1 rubygems