Files
2021-09-26 15:22:36 -07:00

11 lines
186 B
Plaintext

<h1>Editing article</h1>
<%= render "form", article: @article %>
<br>
<div>
<%= link_to "Show this article", @article %> |
<%= link_to "Back to articles", articles_path %>
</div>