瀏覽代碼

Added more microformats

tags/last-sinatra-version
Adrian Short 14 年之前
父節點
當前提交
18c6a14a12
共有 2 個文件被更改,包括 11 次插入7 次删除
  1. +1
    -1
      views/about.haml
  2. +10
    -6
      views/wards.haml

+ 1
- 1
views/about.haml 查看文件

@@ -8,7 +8,7 @@
You can contact me by email at
%a.email{ :href => "mailto:adrian.short@gmail.com" } adrian.short@gmail.com
and
%a{ :href => "http://twitter.com/adrianshort" } follow me on Twitter
%a.url{ :href => "http://twitter.com/adrianshort" } follow me on Twitter
\.
%p.highlight This site is independent of Sutton Council, all political parties and candidates.


+ 10
- 6
views/wards.haml 查看文件

@@ -9,14 +9,17 @@
.clear

.grid_6
%h1
= @ward.constituency.name
%h1.adr
%span.locality
= @ward.constituency.name
MP candidates

.grid_6
%h1
= @ward.name
ward council candidates
%h1.adr
%span.locality
= @ward.name
ward
council candidates
.clear
@@ -65,4 +68,5 @@
= candidate.surname
%br
%span.candidate_party.org
= candidate.party.name
= candidate.party.name

Loading…
取消
儲存