Ver a proveniência

Tweak date format

tags/last-sinatra-version
Adrian Short há 8 anos
ascendente
cometimento
d6a998a2c1
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      views/body.haml

+ 2
- 2
views/body.haml Ver ficheiro

@@ -11,7 +11,7 @@
%tr
%td
%a{ :href => "/bodies/#{@body.slug}/elections/#{election.d}" }<
= long_date(election.d)
= short_date(election.d)
%td
= election.kind
@@ -21,4 +21,4 @@
- @districts.each do |district|
%p
%a{ :href => "/bodies/#{@body.slug}/#{@body.districts_name}/#{district.slug}" }
= district.name
= district.name

Carregando…
Cancelar
Guardar