| @@ -13,8 +13,9 @@ | |||||
| - unless @election_index == 0 | - unless @election_index == 0 | ||||
| - @previous_election = @elections_for_this_body[@election_index - 1] | - @previous_election = @elections_for_this_body[@election_index - 1] | ||||
| %a{ :href => "/bodies/#{@election.body.slug}/elections/#{@previous_election.d}", :title => "Previous #{@election.body.name} election" }< | %a{ :href => "/bodies/#{@election.body.slug}/elections/#{@previous_election.d}", :title => "Previous #{@election.body.name} election" }< | ||||
| « | |||||
| = @previous_election.kind | |||||
| « | |||||
| = @previous_election.kind | |||||
| | |||||
| = short_date(@previous_election.d) | = short_date(@previous_election.d) | ||||
| | | ||||
| @@ -22,6 +23,7 @@ | |||||
| - @next_election = @elections_for_this_body[@election_index + 1] | - @next_election = @elections_for_this_body[@election_index + 1] | ||||
| %a{ :href => "/bodies/#{@election.body.slug}/elections/#{@next_election.d}", :title => "Next #{@election.body.name} election" }< | %a{ :href => "/bodies/#{@election.body.slug}/elections/#{@next_election.d}", :title => "Next #{@election.body.name} election" }< | ||||
| = @next_election.kind | = @next_election.kind | ||||
| | |||||
| = short_date(@next_election.d) | = short_date(@next_election.d) | ||||
| » | » | ||||