diff --git a/views/authorities.haml b/views/authorities.haml index 18897c3..eac8ef9 100644 --- a/views/authorities.haml +++ b/views/authorities.haml @@ -4,5 +4,5 @@ - auths.each do |auth| %tr %td - %a{ :href => slug(auth['authority_name']) } + %a{ :href => authority_url(auth['authority_name']) } = auth['authority_name'] \ No newline at end of file diff --git a/views/authority.haml b/views/authority.haml index ae06e2f..e59f428 100644 --- a/views/authority.haml +++ b/views/authority.haml @@ -2,6 +2,8 @@ %h2 Summary +%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 %thead %tr @@ -9,7 +11,7 @@ %th Decision %th Appeal status %th Appeal decision - %th Quantity + %th Applications %tbody - summary.each do |row| %tr @@ -17,7 +19,7 @@ %td= cleanup(row['decision']) %td= cleanup(row['appeal_status']) %td= cleanup(row['appeal_decision']) - %td= row['qty'] + %td.right= row['qty'] %h2 Applications