소스 검색

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)



불러오는 중...
취소
저장