Sha256: a833c3d8c75e395f6a5c40b2fe93ba48e4387fd92f35c61170d521c489f85c60

Contents?: true

Size: 242 Bytes

Versions: 4

Compression:

Stored size: 242 Bytes

Contents

<p>
  <b>Post:</b>
  <%=h @comment.post_id %>
</p>

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

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


<%= link_to 'Edit', edit_comment_path(@comment) %> |
<%= link_to 'Back', comments_path %>

Version data entries

4 entries across 4 versions & 1 rubygems

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