|
|
@@ -10,13 +10,13 @@ |
|
|
|
%tbody |
|
|
|
- apps.each do |app| |
|
|
|
%tr |
|
|
|
%td |
|
|
|
%td.nowrap |
|
|
|
%a{ href: authority_url(app['authority_name']) } |
|
|
|
= app['authority_name'] |
|
|
|
%td |
|
|
|
%a{ href: app['info_url']} |
|
|
|
= app['council_reference'] |
|
|
|
%td= short_date(app['date_decision']) |
|
|
|
%td.nowrap= short_date(app['date_decision']) |
|
|
|
%td= app['address'] |
|
|
|
%td= app['decision'] |
|
|
|
|