lk | makes price and log number larger on bike sale labels

This commit is contained in:
Louis Knapp
2015-09-21 19:14:10 -05:00
parent f2badbd484
commit 7fa84acfd1
3 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
.container.print-select
.container.print-labels
- @bikes.each do |bike|
.col-xs-6
.print-label
@@ -21,4 +21,4 @@
.strong New Parts:
=simple_format(bike.new_parts)
.row
.col-xs-9.col-xs-offset-3.small= "Log Number: " + bike.log_number.to_s
.col-xs-9.col-xs-offset-3= "Log Number: " + bike.log_number.to_s