hello-learning/blog/app/views/articles/new.html.erb
2019-08-06 22:50:19 -05:00

5 lines
81 B
Text

<h1>New Article</h1>
<%= render 'form' %>
<%= link_to 'Back', articles_path %>