diff --git a/app/views/bikes/print_labels.html.haml b/app/views/bikes/print_labels.html.haml index 422ac3a..8b732d2 100644 --- a/app/views/bikes/print_labels.html.haml +++ b/app/views/bikes/print_labels.html.haml @@ -15,10 +15,10 @@ .col-xs-6 .desc .strong Work Done: - =bike.work_done + =bike.notes .col-xs-6 .desc .strong New Parts: - =bike.new_parts + =bike.tag_info .row .col-xs-9.col-xs-offset-3.small= "Log Number: " + bike.log_number.to_s