Преглед изворни кода

Make the header the district link

tags/last-sinatra-version
Adrian Short пре 8 година
родитељ
комит
a3dc385773
1 измењених фајлова са 3 додато и 7 уклоњено
  1. +3
    -7
      views/resultsdistrict.haml

+ 3
- 7
views/resultsdistrict.haml Прегледај датотеку

@@ -24,13 +24,9 @@
= @next_district.name
»

%p
%a{ :href => "/bodies/#{@district.body.slug}/#{@district.body.district_name.pluralize(2)}/#{@district.slug}" }
All elections in
= @district.name
»

%h1= @district.name + " " + @district.body.district_name
%h1
%a{ :href => "/bodies/#{@district.body.slug}/#{@district.body.district_name.pluralize(2)}/#{@district.slug}" }
= @district.name + " " + @district.body.district_name

- @election_held = Candidacy.sum(:votes, :election => @election, :district => @district)



Loading…
Откажи
Сачувај