瀏覽代碼

Improve text explaining reasons for rejected ballots

tags/last-sinatra-version
Adrian Short 8 年之前
父節點
當前提交
a29b8c4489
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      views/resultsdistrict.haml

+ 3
- 3
views/resultsdistrict.haml 查看文件

@@ -152,16 +152,16 @@
%h2 Rejected ballot papers
%table
%tr
%td Want of official mark
%td No official mark on the ballot paper
%td.right= commify(@poll.rejected_no_official_mark)
%tr
%td Voting for too many candidates
%td.right= commify(@poll.rejected_too_many_candidates)
%tr
%td Writing or mark by which the voter could be identified
%td Voter could be identified by writing or a mark on the ballot paper
%td.right= commify(@poll.rejected_identifiable_voter)
%tr
%td Unmarked or void for uncertainty
%td Ballot paper unmarked or voter's intention uncertain
%td.right= commify(@poll.rejected_blank_or_uncertain)
%tr.footer
%td  


Loading…
取消
儲存