aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app/views/articles/new.html.erb
blob: 652b1c9c0b797ad81c19d8801ed0f63bbc41e40e (plain) (blame)
1
2
3
4
5
<h1>New article</h1>

<%= render 'form' %>

<%= link_to 'Back', action: :index %>