Переглянути джерело

Improve layout of election links

tags/last-sinatra-version
Adrian Short 13 роки тому
джерело
коміт
26a54df6c9
1 змінених файлів з 6 додано та 9 видалено
  1. +6
    -9
      views/index.haml

+ 6
- 9
views/index.haml Переглянути файл

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

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


- if @past_elections.size > 0 - if @past_elections.size > 0


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


-# -#
%h2 Sutton Council Results by Ward %h2 Sutton Council Results by Ward


Завантаження…
Відмінити
Зберегти