Sha256: fbb5c0d5684e3f5940f13e51a2aac335103119ac13f56d38f073e10b9c5b441f

Contents?: true

Size: 223 Bytes

Versions: 1

Compression:

Stored size: 223 Bytes

Contents

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

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

<p>
  <b>Text:</b>
  <%= @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
mta_json-0.0.1 examples/crud/rails/app/views/posts/show.html.erb