From 188436aae4e9efda817588ccf36286f2ee90a52e Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 25 Feb 2020 11:47:02 +0100 Subject: [PATCH] suite --- app/views/public/m_odrs/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/public/m_odrs/show.html.haml b/app/views/public/m_odrs/show.html.haml index e9dd0e2..ce7812d 100644 --- a/app/views/public/m_odrs/show.html.haml +++ b/app/views/public/m_odrs/show.html.haml @@ -29,7 +29,7 @@ -if @m_odr.start_at > Date.today - %div{:style => "margin-top:20px;font-weight:bold;font-weight:800;font-size:2em;text-transform:uppercase;font-family: 'Open Sans','Helvetica Neue', Helvetica, sans-serif;text-align:center;"} + %div{:style => "margin-top:30px;font-weight:bold;font-weight:800;font-size:2em;text-transform:uppercase;font-family: 'Open Sans','Helvetica Neue', Helvetica, sans-serif;text-align:center;"} -count = ((@m_odr.start_at) - (Date.today)) -if @m_odr.landing_text?