From 384bd857c1cbba41820e95839d9e810dfdac3b9e Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sat, 22 Sep 2018 23:45:36 +0100 Subject: [PATCH] Remove unused stuff --- views/authorities.haml | 8 -------- views/authority.haml | 2 -- 2 files changed, 10 deletions(-) delete mode 100644 views/authorities.haml 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'])