Quellcode durchsuchen

Added more microformats

tags/last-sinatra-version
Adrian Short vor 14 Jahren
Ursprung
Commit
18c6a14a12
2 geänderte Dateien mit 11 neuen und 7 gelöschten Zeilen
  1. +1
    -1
      views/about.haml
  2. +10
    -6
      views/wards.haml

+ 1
- 1
views/about.haml Datei anzeigen

@@ -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 Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern