Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
adrian
/
kiosks
Segui
1
Vota
0
Forka
0
Codice
Problemi
4
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Change path for new applications
main
Adrian Short
6 anni fa
parent
e9eea68aa8
commit
c1a01f47c9
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
bin/build
+1
-1
views/layout.haml
+ 1
- 1
bin/build
Vedi File
@@ -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
Vedi File
@@ -13,7 +13,7 @@
%a{ :href => '/' }<
Home
%li
%a{ :href => '/new/' }<
%a{ :href => '/new
-applications
/' }<
New applications
%li
%a{ :href => '/decisions/' }<
Scrivi
Anteprima
Caricamento…
Annulla
Salva