fix stockit i18n reference

This commit is contained in:
wvengen 2013-10-10 19:23:37 +02:00
parent 23b38b5a46
commit 389b45a505
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
%span.add-on %
= f.input :deposit
- else
= f.input :price, :input_html => {:disabled => 'disabled'}, :hint => t('.form.price_hint')
= f.input :price, :input_html => {:disabled => 'disabled'}, :hint => t('.price_hint')
= f.association :article_category
.form-actions
= f.submit class: 'btn'