Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
adrianshort
/
suttonelections
espelho de
https://github.com/adrianshort/suttonelections.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
2
Wiki
Trabalho
Ver a proveniência
Added 404 Not Found page
tags/last-sinatra-version
Adrian Short
há 14 anos
ascendente
f849c5872d
cometimento
b444ba7a84
2 ficheiros alterados
com
11 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+4
-0
app.rb
+7
-0
views/not_found.haml
+ 4
- 0
app.rb
Ver ficheiro
@@ -65,3 +65,7 @@ end
get '/aliens' do
haml :aliens
end
not_found do
haml :not_found
end
+ 7
- 0
views/not_found.haml
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar