소스 검색

Improve layout of election links

tags/last-sinatra-version
Adrian Short 12 년 전
부모
커밋
26a54df6c9
1개의 변경된 파일6개의 추가작업 그리고 9개의 파일을 삭제
  1. +6
    -9
      views/index.haml

+ 6
- 9
views/index.haml 파일 보기

@@ -9,12 +9,10 @@
%tr
%td
%a{ :href => "/bodies/#{election.body.slug}/elections/#{election.d}" }
= short_date(election.d)
%td
%a{ :href => "/bodies/#{election.body.slug}" }
= election.body.name
%td= election.kind

\ -
= election.kind
= short_date(election.d)

- if @past_elections.size > 0

@@ -25,11 +23,10 @@
%tr
%td
%a{ :href => "/bodies/#{election.body.slug}/elections/#{election.d}" }
= short_date(election.d)
%td
%a{ :href => "/bodies/#{election.body.slug}" }
= election.body.name
%td= election.kind
\ -
= election.kind
= short_date(election.d)

-#
%h2 Sutton Council Results by Ward


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