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

5 lines
83 B
Text

<h1>Edit article</h1>
<%= render 'form' %>
<%= link_to 'Back', articles_path %>