Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
adrianshort
/
suttonelections
miroir de
https://github.com/adrianshort/suttonelections.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
2
Wiki
Activité
Parcourir la source
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
il y a 8 ans
Parent
c604d30929
révision
652d1b04ab
3 fichiers modifiés
avec
0 ajouts
et
15 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+0
-5
app.rb
+0
-6
views/bodies.haml
+0
-4
views/body.haml
+ 0
- 5
app.rb
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -1,7 +1,3 @@
%nav
%a{ :href => "/bodies" }
« Government bodies
%h1= @page_title = @body.name
%h2 Elections
Écrire
Aperçu
Chargement…
Annuler
Enregistrer