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
/
railties
/
guides
/
code
/
getting_started
/
app
/
views
/
posts
/
new.html.erb
blob: 36ad7421f98ca8b206e377bc3b35a381ba8dde53 (
plain
) (
blame
)
1
2
3
4
5
<h1>New post</h1> <%= render 'form' %> <%= link_to 'Back', posts_path %>