Skip to content

Commit

Permalink
Merge pull request #7276 from fjordllc/feature/add_payment_info_link_…
Browse files Browse the repository at this point in the history
…to_profile

プロフィールページに決済情報のリンクを追加
  • Loading branch information
komagata authored Feb 4, 2024
2 parents fd5eaf4 + d667617 commit 9319511
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/views/users/_user_secret_attributes.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@
= simple_format(user.after_graduation_hope)
- else
| 未入力
.user-metas__item
.user-metas__item-label
| 決済情報
.user-metas__item-value
- if user.card?
= link_to 'カード登録', user.customer_url
- else
| カード未登録

0 comments on commit 9319511

Please sign in to comment.