From dd745cabaea51ccf82dea33eeaa3a3c5a2d957b2 Mon Sep 17 00:00:00 2001 From: Eugenie Colonna d Istria Date: Fri, 14 Jun 2019 15:38:56 +0200 Subject: [PATCH] added dates to journal --- app/assets/stylesheets/components/_card_participations.scss | 4 ++-- app/views/participations/index.html.erb | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/components/_card_participations.scss b/app/assets/stylesheets/components/_card_participations.scss index 7277f40..658a061 100644 --- a/app/assets/stylesheets/components/_card_participations.scss +++ b/app/assets/stylesheets/components/_card_participations.scss @@ -34,8 +34,8 @@ } .card-image img{ - height: 80px; - width: 80px; + height: 100px; + width: 100px; } .card-image{ diff --git a/app/views/participations/index.html.erb b/app/views/participations/index.html.erb index 4ba9326..840af04 100644 --- a/app/views/participations/index.html.erb +++ b/app/views/participations/index.html.erb @@ -29,6 +29,7 @@
+

<%= participation.updated_at.strftime('%d/%m/%Y') %>

<%= participation.challenge.title %>

"<%= participation.feedback %>"