Browse Source

Add ids to tables

main
Adrian Short 5 years ago
parent
commit
df3c5ecc28
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      views/authority.haml
  2. +1
    -1
      views/index.haml
  3. +1
    -1
      views/new-applications.haml

+ 2
- 2
views/authority.haml View File

@@ -4,7 +4,7 @@

%p.warning There are typically two applications per kiosk: one for full planning permission or telecoms prior approval, and one for advertisement consent. So the number of kiosks applied for is half the number of applications.

%table
%table#summary
%thead
%tr
%th Status
@@ -28,7 +28,7 @@
%a.button{ :href => csv_fn, :download => csv_fn }
Download CSV data

%table
%table#applications
%thead
%tr
%th Received


+ 1
- 1
views/index.haml View File

@@ -7,7 +7,7 @@
%a.button{ :href => csv_fn, :download => csv_fn }
Download summary CSV data

%table
%table#summary
%thead
%tr
%th Authority


+ 1
- 1
views/new-applications.haml View File

@@ -1,5 +1,5 @@
%h1 New applications
%table
%table#applications
%thead
%tr
%th Authority


Loading…
Cancel
Save