Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
adrianshort
/
suttonelections
kopie van
https://github.com/adrianshort/suttonelections.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
2
Wiki
Activiteit
Bladeren bron
Delete /bodies page
The main nav links directly to each body detail page so the overview page is redundant
tags/last-sinatra-version
Adrian Short
8 jaren geleden
bovenliggende
c604d30929
commit
652d1b04ab
3 gewijzigde bestanden
met
toevoegingen van 0
en
15 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+0
-5
app.rb
+0
-6
views/bodies.haml
+0
-4
views/body.haml
+ 0
- 5
app.rb
Bestand weergeven
@@ -182,11 +182,6 @@ end
# Not written yet. Show how this party did at this election.
# end
get '/bodies/?' do
@bodies = Body.all
haml :bodies
end
get '/bodies/:body/?' do
@body = Body.first(:slug => params[:body])
@districts = District.all(:body => @body, :order => [:name])
+ 0
- 6
views/bodies.haml
Bestand weergeven
@@ -1,6 +0,0 @@
%h1= @page_title = "Government bodies"
- @bodies.each do |body|
%p
%a{ :href => "/bodies/#{body.slug}" }
= body.name
+ 0
- 4
views/body.haml
Bestand weergeven
@@ -1,7 +1,3 @@
%nav
%a{ :href => "/bodies" }
« Government bodies
%h1= @page_title = @body.name
%h2 Elections
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan