Skip to content

Commit

Permalink
請求書払いのユーザーの項目を実装
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrimprin committed May 20, 2024
1 parent 0cc0ca1 commit 1442b0f
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 @@ -65,3 +65,11 @@
= link_to 'カード登録', user.customer_url
- else
| カード未登録
.user-metas__item
.user-metas__item-label
| 請求書払いユーザー
.user-metas__item-value
- if user.invoice_payment?
| はい
- else
| いいえ

0 comments on commit 1442b0f

Please sign in to comment.