소스 검색

Added explanation text to /wards

tags/last-sinatra-version
Adrian Short 14 년 전
부모
커밋
cf9440e11b
1개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. +11
    -1
      views/wardlist.haml

+ 11
- 1
views/wardlist.haml 파일 보기

@@ -1,6 +1,16 @@
.grid_9
.grid_6
%h1 Sutton Council Wards
%p The London Borough of Sutton is divided into 18 areas called wards. Each ward elects three councillors.
%p You can use this page to see the council candidates in each ward.
%p
If you don't know which ward you live in, go to the
%a{ :href => '/' }home page
and use your postcode to find out.

.grid_6
- for ward in @wards
%p.adr
%a{ :href => "/wards/#{ward.slug}" }


불러오는 중...
취소
저장