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

11 lines
186 B
Plaintext
Raw Normal View History

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