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

10 lines
133 B
Plaintext

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