From 98245c4c2a2f57c99f77207f82f7bd7c5c4c6028 Mon Sep 17 00:00:00 2001 From: Louis Knapp Date: Tue, 13 Oct 2015 18:56:02 -0500 Subject: [PATCH] lk | adds serial # to bike sale tag --- app/views/bikes/print_labels.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/bikes/print_labels.html.haml b/app/views/bikes/print_labels.html.haml index b5269e9..6d7e1a2 100644 --- a/app/views/bikes/print_labels.html.haml +++ b/app/views/bikes/print_labels.html.haml @@ -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