1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

A few more minor scaffold template cleanups

This commit is contained in:
David Heinemeier Hansson 2009-02-05 20:30:33 +01:00
parent 44f02de2ad
commit a2da7fd349
5 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@
</p>
<% end -%>
<p>
<%%= f.submit "Update" %>
<%%= f.submit 'Update' %>
</p>
<%% end %>

View file

@ -10,7 +10,7 @@
</p>
<% end -%>
<p>
<%%= f.submit "Create" %>
<%%= f.submit 'Create' %>
</p>
<%% end %>