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

Bugfix. We might not have a @poll for this district and election. #19

tags/last-sinatra-version
Adrian Short пре 9 година
родитељ
комит
79108daeb0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      app.rb

+ 1
- 1
app.rb Прегледај датотеку

@@ -261,7 +261,7 @@ get '/bodies/:body/elections/:date/:districts_name/:district' do

if @total_seats == 1
@share_denominator = @total_votes
elsif @poll.valid_ballot_papers
elsif @poll && @poll.valid_ballot_papers
@share_denominator = @poll.valid_ballot_papers
else
@share_denominator = @total_votes / @total_seats


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