From dad2e7daab5384c00eb0b3a9b0172f70f3e59446 Mon Sep 17 00:00:00 2001 From: echarp Date: Sat, 23 Aug 2014 17:51:48 +0200 Subject: [PATCH] =?UTF-8?q?Finalement,=20pas=20de=20d=C3=A9calage=20de=20t?= =?UTF-8?q?ime=20zone=20pour=20afficher=20le=20calendrier,=20car=20sinon?= =?UTF-8?q?=20cela=20d=C3=A9cale=20aussi=20les=20evt=20affich=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/events/index.html.haml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/views/events/index.html.haml b/app/views/events/index.html.haml index 84f017cf..6c554658 100644 --- a/app/views/events/index.html.haml +++ b/app/views/events/index.html.haml @@ -1,6 +1,3 @@ --# Seems necessary, for the time being, to ensure calendar is changing days correctly -- Time.zone = 'Paris' - = render '/regions/selector' = render '/lugs/search' @@ -47,9 +44,6 @@ %strong.city= event.city.gsub '-', ' ' = event.title --# Required, or else all events will be displaced by 2 hours -- Time.zone = 'UTC' - .formats %em.fa.fa-rss =raw t '.calendar_in',