Add missing subtitle on the customers view

This commit is contained in:
Paul van Tilburg 2015-07-11 21:29:03 +02:00
parent 58ec60ab60
commit 23af29b800
1 changed files with 1 additions and 0 deletions

View File

@ -2016,6 +2016,7 @@ module StopTime::Views
header.page_header do
h1 do
text! "Customers"
small "#{@customers.count} customers"
div.btn_group.navbar_right do
a.btn.btn_default.btn_sm role: "button", href: R(CustomersNew) do
_icon("plus")