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:
parent
c7ae9ce7c2
commit
98245c4c2a
@ -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…
x
Reference in New Issue
Block a user