From 23af29b8008420e08e9afcd1ee1dd8ef7394d592 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 11 Jul 2015 21:29:03 +0200 Subject: [PATCH] Add missing subtitle on the customers view --- stoptime.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/stoptime.rb b/stoptime.rb index fc54c63..ba6a739 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -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")