瀏覽代碼

Tweak text

tags/last-sinatra-version
Adrian Short 9 年之前
父節點
當前提交
dcaf974a3b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      app.rb

+ 1
- 1
app.rb 查看文件

@@ -265,7 +265,7 @@ get '/bodies/:body/elections/:date/:districts_name/:district' do
@share_denominator = @poll.valid_ballot_papers
else
@share_denominator = @total_votes / @total_seats
@share_message = "The vote share calculations have been estimated as we do not have data for the number of valid ballot papers in this poll."
@share_message = "The vote share calculations have been estimated as we don't have data for the number of valid ballot papers in this poll."
end

# Postgres: All the columns selected when using GROUP BY must either be aggregate functions or appear in the GROUP BY clause


Loading…
取消
儲存