Sha256: d5ba3fdbca0f58bdc3183ad0f0bdb55ea32da5618ac4dcd545089891492c9beb

Contents?: true

Size: 245 Bytes

Versions: 2

Compression:

Stored size: 245 Bytes

Contents

<p style="color: green"><%= notice %></p>

<%= render @post %>

<div>
  <%= link_to "Edit this post", edit_post_path(@post) %> |
  <%= link_to "Back to posts", posts_path %>

  <%= button_to "Destroy this post", @post, method: :delete %>
</div>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
blog_engine-0.1.0 app/views/blog_engine/posts/show.html.erb
backy_rb-0.1.3 dummy/psql/app/views/posts/show.html.erb