Files
baclight/app/views/articles/new.html.erb
T

10 lines
133 B
Plaintext
Raw Normal View History

2021-09-26 15:22:36 -07:00
<h1>New article</h1>
<%= render "form", article: @article %>
<br>
<div>
<%= link_to "Back to articles", articles_path %>
</div>