Sha256: a784212ff94e23cb52a8ed02f524ccdf1415e94a12566ff66166319650aac525

Contents?: true

Size: 261 Bytes

Versions: 3

Compression:

Stored size: 261 Bytes

Contents

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

<p>
  <b>Author:</b>
  <%= @post.author %>
</p>

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

<p>
  <b>When:</b>
  <%= @post.when %>
</p>


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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
db_notes_eng-0.0.3 test/dummy/app/views/posts/show.html.erb
db_notes_eng-0.0.2 test/dummy/app/views/posts/show.html.erb
db_notes_eng-0.0.1 test/dummy/app/views/posts/show.html.erb