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
Change path for new applications
main
Adrian Short
6 anos atrás
pai
e9eea68aa8
commit
c1a01f47c9
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
bin/build
+1
-1
views/layout.haml
+ 1
- 1
bin/build
Ver arquivo
@@ -72,7 +72,7 @@ end
def gen_new
apps = ScraperWiki.select("* from `applications` order by date_received desc limit 30")
write_page('new', 'new', { apps: apps })
write_page('new
-applications
', 'new', { apps: apps })
end
def gen_decisions
+ 1
- 1
views/layout.haml
Ver arquivo
@@ -13,7 +13,7 @@
%a{ :href => '/' }<
Home
%li
%a{ :href => '/new/' }<
%a{ :href => '/new
-applications
/' }<
New applications
%li
%a{ :href => '/decisions/' }<
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar