Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
adrianshort
/
suttonelections
mirror da
https://github.com/adrianshort/suttonelections.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
2
Wiki
Attività
Sfoglia il codice sorgente
Added 404 Not Found page
tags/last-sinatra-version
Adrian Short
16 anni fa
parent
f849c5872d
commit
b444ba7a84
2 ha cambiato i file
con
11 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-0
app.rb
+7
-0
views/not_found.haml
+ 4
- 0
app.rb
Vedi File
@@ -65,3 +65,7 @@ end
get '/aliens' do
haml :aliens
end
not_found do
haml :not_found
end
+ 7
- 0
views/not_found.haml
Vedi File
@@ -0,0 +1,7 @@
.grid_9
%h1 Not Found
%p Oops, we can't find that page.
%p
%a{ :href => '/' }Go back to the home page
Scrivi
Anteprima
Caricamento…
Annulla
Salva