Sha256: 15240c871c57551524516c412849de5ee44fa1eb01229d4b8a0c36a91894f861

Contents?: true

Size: 224 Bytes

Versions: 3

Compression:

Stored size: 224 Bytes

Contents

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

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

<p>
  <b>User:</b>
  <%=h @post.user_id %>
</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
transactionata-0.3.0 test/rails2/app/views/posts/show.html.erb
transactionata-0.2.0 test/rails2/app/views/posts/show.html.erb
transactionata-0.1.0 test/rails2/app/views/posts/show.html.erb