Parcourir la source

Show links for all bodies in footer

Saves users having to drill down
tags/last-sinatra-version
Adrian Short il y a 9 ans
Parent
révision
c53205a00d
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. +5
    -2
      views/layout.haml

+ 5
- 2
views/layout.haml Voir le fichier

@@ -18,8 +18,11 @@
%h1 Sutton Elections
%p
%a{ :href => '/' } Home
%p
%a{ :href => '/bodies' } Bodies
- Body.each do |body|
%p
%a{ :href => "/bodies/#{body.slug}" }
= body.name
elections
%p
%a{ :href => '/candidates' } Candidates
-#


Chargement…
Annuler
Enregistrer