diff --git a/views/authorities.haml b/views/authorities.haml deleted file mode 100644 index eac8ef9..0000000 --- a/views/authorities.haml +++ /dev/null @@ -1,8 +0,0 @@ -%h1 Authorities - -%table - - auths.each do |auth| - %tr - %td - %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 e59f428..59f8c47 100644 --- a/views/authority.haml +++ b/views/authority.haml @@ -34,7 +34,6 @@ %th Received %th Reference %th Address - -# %th Proposal %th Status %th Decision - apps.each do |app| @@ -44,6 +43,5 @@ %a{ href: app['info_url']} = app['council_reference'] %td= app['address'] - -# %td= app['description'] %td= cleanup(app['status']) %td= cleanup(app['decision'])