Browse Source

lk | adds serial # to bike sale tag

master
Louis Knapp 9 years ago
parent
commit
98245c4c2a
  1. 4
      app/views/bikes/print_labels.html.haml

4
app/views/bikes/print_labels.html.haml

@ -4,7 +4,7 @@
.print-label .print-label
%h2 %h2
%strong='$' + bike.price %strong='$' + bike.price
=' ' + bike.name =' ' + bike.brand + ' ' + bike.model
%br %br
.horizontal-line .horizontal-line
.bike-specs .bike-specs
@ -21,4 +21,4 @@
.strong New Parts: .strong New Parts:
=simple_format(bike.new_parts) =simple_format(bike.new_parts)
.row .row
.col-xs-9.col-xs-offset-3= "Log Number: " + bike.log_number.to_s .col-xs-12= "Log #: " + bike.log_number.to_s + ", Serial #: " + bike.serial_number

Loading…
Cancel
Save