Also add missing subtitle in the invoice form

This commit is contained in:
Paul van Tilburg 2015-07-11 21:38:29 +02:00
parent 5160e79953
commit ebd220aac6
1 changed files with 1 additions and 0 deletions

View File

@ -2413,6 +2413,7 @@ module StopTime::Views
h1 do
text! "Invoice for "
a @customer.name, href: R(CustomersN, @customer.id)
small @invoice.number
end
end
div.row do