11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
<p style="color: green"><%= notice %></p>
|
|
|
|
<%= render @image %>
|
|
|
|
<div>
|
|
<%= link_to "Edit this image", edit_image_path(@image) %> |
|
|
<%= link_to "Back to images", images_path %>
|
|
|
|
<%= button_to "Destroy this image", @image, method: :delete %>
|
|
</div>
|