Sha256: 2168e1d86a0f603d4ea410b41b25afa8e6dc1da840e74d8b3fea5cdac573d9e9

Contents?: true

Size: 400 Bytes

Versions: 3

Compression:

Stored size: 400 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <b>Title:</b>
  <%= @post.title %>
</p>

<p>
  <b>Date:</b>
  <%= @post.date %>
</p>

<p>
  <b>Content:</b>
  <%= @post.body %>
</p>

<hr />
<%= render @post.comments || "Nobody commented this post yet." %>
<%= render "comments/form", :post => @post, :comment => Comment.new %>

<%= link_to 'Edit', edit_post_path(@post) %> |
<%= link_to 'Back', posts_path %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blogmodule-1.0.2 app/views/posts/show.html.erb
blogmodule-1.0.1 app/views/posts/show.html.erb
blogmodule-1.0.0 app/views/posts/show.html.erb