Guest User

Untitled

a guest
Aug 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. = render :partial => 'menu_header'
  2.  
  3. .menu
  4. - @food_items.each do |food_item|
  5. - if food_item.img_url?
  6. %td.list_image
  7. = image_tag(food_item.img_url)
  8. %h3= food_item.name
  9. %td.list_description
  10. = sanitize(food_item.description)
  11. .price_line
  12. %span.price= number_to_currency(food_item.price)
Add Comment
Please, Sign In to add comment