This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
adrianshort
/
suttonelections
огледало од
https://github.com/adrianshort/suttonelections.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
2
Вики
Activity
Преглед изворни кода
Added 404 Not Found page
tags/last-sinatra-version
Adrian Short
пре 14 година
родитељ
f849c5872d
комит
b444ba7a84
2 измењених фајлова
са
11 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app.rb
+7
-0
views/not_found.haml
+ 4
- 0
app.rb
Прегледај датотеку
@@ -65,3 +65,7 @@ end
get '/aliens' do
haml :aliens
end
not_found do
haml :not_found
end
+ 7
- 0
views/not_found.haml
Прегледај датотеку
@@ -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
Write
Preview
Loading…
Откажи
Сачувај