Procházet zdrojové kódy

Remove unused stuff

main
Adrian Short před 5 roky
rodič
revize
384bd857c1
2 změnil soubory, kde provedl 0 přidání a 10 odebrání
  1. +0
    -8
      views/authorities.haml
  2. +0
    -2
      views/authority.haml

+ 0
- 8
views/authorities.haml Zobrazit soubor

@@ -1,8 +0,0 @@
%h1 Authorities

%table
- auths.each do |auth|
%tr
%td
%a{ :href => authority_url(auth['authority_name']) }
= auth['authority_name']

+ 0
- 2
views/authority.haml Zobrazit soubor

@@ -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'])

Načítá se…
Zrušit
Uložit