Explorar el Código

Improved page title for service/payments to suppliers

pull/3/head
Adrian Short hace 16 años
padre
commit
c6f7ecda90
Se han modificado 1 ficheros con 1 adiciones y 7 borrados
  1. +1
    -7
      views/servicepayments.haml

+ 1
- 7
views/servicepayments.haml Ver fichero

@@ -9,7 +9,7 @@
= @service.name = @service.name
%li Payments to Suppliers %li Payments to Suppliers


%h2= @page_title = @service.name
%h2= @page_title = "#{@service.name}: Payments to Suppliers"
%p %p
A service in the A service in the
@@ -26,12 +26,6 @@
%a{ :href => "/services/#{@service.slug}/payments.csv" } %a{ :href => "/services/#{@service.slug}/payments.csv" }
Download data as CSV Download data as CSV
.clear

.grid_9
%h3 Payments to Suppliers

%table %table
%tr %tr
%th Date %th Date


Cargando…
Cancelar
Guardar