foodsoft/app/views/shared/_auto_complete_articles.html.haml

4 lines
181 B
Text
Raw Normal View History

%ul.autocomplete
- for article in @articles
%li{:id => article.id.to_s}= "#{article.name} (#{article.unit_quantity} * #{article.unit} | #{number_to_currency(article.price)})"