highway/app/views/posts/edit.html.erb
2025-05-07 22:04:48 -04:00

4 lines
No EOL
84 B
Text

<h1>Edit post</h1>
<%= render "form", post: @post %>
<%= link_to "Cancel", @post %>