diff --git a/views/candidate.haml b/views/candidate.haml index 330b71b..9825a8e 100644 --- a/views/candidate.haml +++ b/views/candidate.haml @@ -22,8 +22,8 @@ %td{ :style => "background-color: #{ccy['party_colour']}" }   %td %a{ :href => "/bodies/#{ccy['body_slug']}/elections/#{ccy['d']}" } - - bits = ccy['d'].split("-") - = long_date(Time.mktime(bits[0], bits[1], bits[2])) + -# Postgres returns ccy['d'] as a Date and sqlite returns it as a String + = long_date(ccy['d'].to_time) %td= ccy['party_name'] %td %a{ :href => "/bodies/#{ccy['body_slug']}" }