_line_item.text.erb 118 B

123
  1. <%= sprintf("%2d x %s",
  2. line_item.quantity,
  3. truncate(line_item.product.title, length: 50)) %>