本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
adrianshort
/
suttonelections
镜像来自
https://github.com/adrianshort/suttonelections.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
2
Wiki
活動
瀏覽代碼
Tidied up total vote counts
tags/last-sinatra-version
Adrian Short
14 年之前
父節點
4a3e8d5a6f
當前提交
4b429fafba
共有
4 個檔案被更改
,包括
31 行新增
和
13 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
public/style.css
+8
-5
views/home.haml
+9
-4
views/resultssuttoncouncil.haml
+9
-4
views/resultsukparliament.haml
+ 5
- 0
public/style.css
查看文件
@@ -129,4 +129,9 @@ tr
color: white;
padding: 2px 2px;
font-weight: normal;
}
.noborder
{
border: 0;
}
+ 8
- 5
views/home.haml
查看文件
@@ -40,11 +40,14 @@
0%
%td.right= result[1]
%td.right= sprintf("%0.1f%%", result[1].to_f / @total_votes * 100)
%p
Total votes:
= @total_votes
%tr.noborder
%td
%td
%td.right 54
%td
%td.right.strong= @total_votes
%td
%h2 Sutton Council Results by Ward
+ 9
- 4
views/resultssuttoncouncil.haml
查看文件
@@ -44,7 +44,12 @@
%td
- if count < 4
.elected ELECTED
%p
Total votes:
= @total_2010
%tr.noborder
%td
%td
%td
%td= @total_2010
%td
%td
%td
+ 9
- 4
views/resultsukparliament.haml
查看文件
@@ -46,7 +46,12 @@
%td
- if count == 1
.elected ELECTED
%p
Total votes:
= @total_2010
%tr.noborder
%td
%td
%td
%td= @total_2010
%td
%td
%td
Write
Preview
Loading…
取消
儲存