vue_r/test/dummy/app/views/images/edit.html.erb
2023-02-08 11:30:19 +02:00

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>