10 lines
245 B
Text
10 lines
245 B
Text
<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>
|