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

10 lines
123 B
Plaintext
Raw Normal View History

2023-02-08 10:30:19 +01:00
<h1>New image</h1>
<%= render "form", image: @image %>
<br>
<div>
<%= link_to "Back to images", images_path %>
</div>