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:
parent
44f02de2ad
commit
a2da7fd349
5 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@
|
|||
</p>
|
||||
<% end -%>
|
||||
<p>
|
||||
<%%= f.submit "Update" %>
|
||||
<%%= f.submit 'Update' %>
|
||||
</p>
|
||||
<%% end %>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</p>
|
||||
<% end -%>
|
||||
<p>
|
||||
<%%= f.submit "Create" %>
|
||||
<%%= f.submit 'Create' %>
|
||||
</p>
|
||||
<%% end %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue