disable escape of html from local (one place)

This commit is contained in:
Julius Rapp 2013-12-06 18:33:35 +01:00
parent 043607f20d
commit e99752e483
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
%span.add-on %
= f.input :deposit
- else
= f.input :price, :input_html => {:disabled => 'disabled'}, :hint => stock_article_price_hint(stock_article)
= f.input :price, :input_html => {:disabled => 'disabled'}, :hint => stock_article_price_hint(stock_article).html_safe
= f.association :article_category
.modal-footer
= link_to t('ui.close'), '#', class: 'btn', data: {dismiss: 'modal'}