fix stockit i18n reference
This commit is contained in:
parent
23b38b5a46
commit
389b45a505
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
%span.add-on %
|
%span.add-on %
|
||||||
= f.input :deposit
|
= f.input :deposit
|
||||||
- else
|
- 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
|
= f.association :article_category
|
||||||
.form-actions
|
.form-actions
|
||||||
= f.submit class: 'btn'
|
= f.submit class: 'btn'
|
||||||
|
|
Loading…
Reference in a new issue