Use two columns when showing invoices in the invoices view

This commit is contained in:
Paul van Tilburg 2015-06-20 18:35:43 +02:00
parent dc3d7496ca
commit f8f3da1bdd
1 changed files with 2 additions and 2 deletions

View File

@ -2376,8 +2376,8 @@ module StopTime::Views
end end
else else
div.row do div.row do
div.col_md_6 do @invoices.keys.sort.each do |customer|
@invoices.keys.sort.each do |customer| div.col_md_6 do
next if @invoices[customer].empty? next if @invoices[customer].empty?
h2 do h2 do
text! customer.name text! customer.name