1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-02-23 09:33:23 -05:00

lk | adds serial # to bike sale tag

This commit is contained in:
Louis Knapp 2015-10-13 18:56:02 -05:00
parent c7ae9ce7c2
commit 98245c4c2a

View File

@ -4,7 +4,7 @@
.print-label
%h2
%strong='$' + bike.price
=' ' + bike.name
=' ' + bike.brand + ' ' + bike.model
%br
.horizontal-line
.bike-specs
@ -21,4 +21,4 @@
.strong New Parts:
=simple_format(bike.new_parts)
.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