Update HAML
This commit is contained in:
parent
5f60844a13
commit
271af8f59f
5 changed files with 8 additions and 6 deletions
|
|
@ -4,6 +4,6 @@
|
|||
= StockArticle.human_attribute_name :amount
|
||||
(#{stock_change.stock_article.quantity_available})
|
||||
= form.text_field :quantity, :size => 5, :autocomplete => 'off'
|
||||
%span{:data => {:toggle => :tooltip, :title => render(:partial => 'shared/article_price_info', :locals => {:article => stock_change.stock_article})}}
|
||||
%span{:data => {:toggle => :tooltip, :title => "#{render(:partial => 'shared/article_price_info', :locals => {:article => stock_change.stock_article})}"}}
|
||||
%b= stock_change.stock_article.name
|
||||
= "(#{number_to_currency(stock_change.stock_article.price)} / #{stock_change.stock_article.unit})"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue