瀏覽代碼

Improved page title for service/payments to suppliers

pull/3/head
Adrian Short 14 年之前
父節點
當前提交
c6f7ecda90
共有 1 個檔案被更改,包括 1 行新增7 行删除
  1. +1
    -7
      views/servicepayments.haml

+ 1
- 7
views/servicepayments.haml 查看文件

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

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

.grid_9
%h3 Payments to Suppliers

%table
%tr
%th Date


Loading…
取消
儲存