Skip to content

Commit

Permalink
ダッシュボードの近日開催のイベントのリンクの文字色が休みの場合と開催の場合の色が逆になってたのを修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
machida committed Mar 15, 2024
1 parent 91df335 commit efd9ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/_regular_event.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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
| 参加
Expand Down

0 comments on commit efd9ac1

Please sign in to comment.