vue_r/test/dummy/app/views/images/edit.html.erb

11 lines
172 B
Plaintext

<h1>Editing image</h1>
<%= render "form", image: @image %>
<br>
<div>
<%= link_to "Show this image", @image %> |
<%= link_to "Back to images", images_path %>
</div>