This website works better with JavaScript.
Home
Explore
Help
Sign In
adrian
/
kiosks
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add ids to tables
main
Adrian Short
6 years ago
parent
ace123b461
commit
df3c5ecc28
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
views/authority.haml
+1
-1
views/index.haml
+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
Write
Preview
Loading…
Cancel
Save