Skip to content

Commit

Permalink
Typo fix in Deface override
Browse files Browse the repository at this point in the history
  • Loading branch information
romul committed Apr 8, 2012
1 parent b520598 commit 5ab104d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core_charges_overrides.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Deface::Override.new(:virtual_path => "admin/products/_form",
:name => "converted_admin_product_form_right",
:insert_after => "[data-hook='admin_product_form_right'], #admin_product_form_right[data-hook]",
:insert_bottom => "[data-hook='admin_product_form_right'], #admin_product_form_right[data-hook]",
:text => "<%= f.label :core_amount, t(\"core_amount\") %> <br />
<%= f.select :core_amount, [nil, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0], :class => \"text \" %>
<%= f.error_message_on :core_amount %>",
Expand Down

0 comments on commit 5ab104d

Please sign in to comment.