浏览代码

Added explanation text to /wards

tags/last-sinatra-version
Adrian Short 16 年前
父节点
当前提交
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}" }


正在加载...
取消
保存