index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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 %>