From 442dbda85a13e09ed584b8c83d2a0fd524a8e376 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 21 Apr 2020 13:57:50 +0200 Subject: [PATCH] suite --- app/views/public/articles/show.html.haml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/public/articles/show.html.haml b/app/views/public/articles/show.html.haml index 95d362b..8931195 100644 --- a/app/views/public/articles/show.html.haml +++ b/app/views/public/articles/show.html.haml @@ -32,9 +32,10 @@ -else =@lang_article.title - %p.date - le - =l(@article.published_at, :format => :human_date) + -if false + %p.date + le + =l(@article.published_at, :format => :human_date)