repo.or.cz
/
monkeycharger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removing log dir from .gitignore
[monkeycharger.git]
/
vendor
/
rails
/
actionpack
/
lib
/
action_controller
/
templates
/
scaffolds
/
new.erb
blob
66f6626f4eae114e33116abda24bd26e8b3775c6
1
<h1>New <%= @scaffold_singular_name %></h1>
2
3
<%= error_messages_for(@scaffold_singular_name) %>
4
<%= form(@scaffold_singular_name, :action => "create#{@scaffold_suffix}") %>
5
6
<%= link_to "Back", :action => "list#{@scaffold_suffix}" %>