Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
adrian
/
kiosks
Observar
1
Favorito
0
Fork
0
Código
Issues
4
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Remove unused stuff
main
Adrian Short
6 anos atrás
pai
6d13e8c762
commit
384bd857c1
2 arquivos alterados
com
0 adições
e
10 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+0
-8
views/authorities.haml
+0
-2
views/authority.haml
+ 0
- 8
views/authorities.haml
Ver arquivo
@@ -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
Ver arquivo
@@ -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'])
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar