From efd9ac17bbc77c076a692ce8bf5c772e3fd80efa Mon Sep 17 00:00:00 2001 From: machida Date: Sat, 16 Mar 2024 00:33:09 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=80=E3=83=83=E3=82=B7=E3=83=A5=E3=83=9C?= =?UTF-8?q?=E3=83=BC=E3=83=89=E3=81=AE=E8=BF=91=E6=97=A5=E9=96=8B=E5=82=AC?= =?UTF-8?q?=E3=81=AE=E3=82=A4=E3=83=99=E3=83=B3=E3=83=88=E3=81=AE=E3=83=AA?= =?UTF-8?q?=E3=83=B3=E3=82=AF=E3=81=AE=E6=96=87=E5=AD=97=E8=89=B2=E3=81=8C?= =?UTF-8?q?=E4=BC=91=E3=81=BF=E3=81=AE=E5=A0=B4=E5=90=88=E3=81=A8=E9=96=8B?= =?UTF-8?q?=E5=82=AC=E3=81=AE=E5=A0=B4=E5=90=88=E3=81=AE=E8=89=B2=E3=81=8C?= =?UTF-8?q?=E9=80=86=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/home/_regular_event.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/_regular_event.html.slim b/app/views/home/_regular_event.html.slim index 5bb22198479..3c95292f13e 100644 --- a/app/views/home/_regular_event.html.slim +++ b/app/views/home/_regular_event.html.slim @@ -13,7 +13,7 @@ .card-list-item__row header.card-list-item-title h2.card-list-item-title__title - = link_to regular_event, class: "card-list-item-title__link has-badge #{regular_event.holding?(holding_date) ? 'a-muted-text-link' : 'a-text-link'}" do + = link_to regular_event, class: "card-list-item-title__link has-badge #{regular_event.holding?(holding_date) ? 'a-text-link' : 'a-muted-text-link'}" do - if regular_event.participants.include?(current_user) span.a-badge.is-xs.is-danger.card-list-item__badge | 参加