Browse Source

Simplify heading text

tags/last-sinatra-version
Adrian Short 8 years ago
parent
commit
79162e5e33
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      views/district.haml

+ 1
- 4
views/district.haml View File

@@ -40,10 +40,7 @@
 


%h2
Candidates elected previously in
= @district.name
= @district.body.district_name
%h2 Candidates elected

- Election.all(:body => @district.body, :order => [:d.desc]).each do |election|
- ccys = Candidacy.all(:election_id => election.id, :district_id => @district.id, :seats => 1, :order => [:votes.desc])


Loading…
Cancel
Save