Sha256: ed3061efd2bd57ed200c6696a13e836deb573a06d8dbaeddab3b548dc613cca0

Contents?: true

Size: 180 Bytes

Versions: 1

Compression:

Stored size: 180 Bytes

Contents

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

<p>
  <b>Text:</b>
  <%=h @post.text %>
</p>


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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails-services-0.1.5 test/rails_app_v2/app/views/posts/show.html.erb