Sha256: 0e354788abf0580ee87fd6d558a3f4463fa057340ec154c64b73c40c90284769

Contents?: true

Size: 224 Bytes

Versions: 4

Compression:

Stored size: 224 Bytes

Contents

<p>
  <b>User:</b>
  <%=h @post.user_id %>
</p>

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

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


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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fizx-collapsed_routes-1.0.2 spec/app/app/views/posts/show.html.erb
fizx-collapsed_routes-1.1.0 spec/app/app/views/posts/show.html.erb
fizx-collapsed_routes-1.2.0 spec/app/app/views/posts/show.html.erb
fizx-collapsed_routes-1.3.0 spec/app/app/views/posts/show.html.erb