|
@@ -34,7 +34,6 @@ |
|
|
%th Received |
|
|
%th Received |
|
|
%th Reference |
|
|
%th Reference |
|
|
%th Address |
|
|
%th Address |
|
|
-# %th Proposal |
|
|
|
|
|
%th Status |
|
|
%th Status |
|
|
%th Decision |
|
|
%th Decision |
|
|
- apps.each do |app| |
|
|
- apps.each do |app| |
|
@@ -44,6 +43,5 @@ |
|
|
%a{ href: app['info_url']} |
|
|
%a{ href: app['info_url']} |
|
|
= app['council_reference'] |
|
|
= app['council_reference'] |
|
|
%td= app['address'] |
|
|
%td= app['address'] |
|
|
-# %td= app['description'] |
|
|
|
|
|
%td= cleanup(app['status']) |
|
|
%td= cleanup(app['status']) |
|
|
%td= cleanup(app['decision']) |
|
|
%td= cleanup(app['decision']) |