Skip to content

Commit

Permalink
Merge pull request #7549 from fjordllc/bug/regular_event-link-color
Browse files Browse the repository at this point in the history
ダッシュボードの近日開催のイベントのリンクの文字色が休みの場合と開催の場合の色が逆になってたのを修正した
  • Loading branch information
machida authored Mar 15, 2024
2 parents 993df93 + efd9ac1 commit 471ad53
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 471ad53

Please sign in to comment.