Skip to content

Commit

Permalink
クレジットカード変更画面のデザイン崩れ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
machida committed Apr 10, 2022
1 parent a1f459d commit 1c30120
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions app/views/card/edit.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
header.page-header
.container
.page-header__inner
h2.page-header__title = title
h2.page-header__title
= title

.page-body
.container
.auth-form.is-sign-up.a-card.is-in-app
.a-card
header.auth-form__header
h1.auth-form__title
| クレジットカード変更
.auth-form__body
= render 'form', action: :edit
= render 'notice'
.auth-form.is-sign-up.a-card.is-in-app
header.auth-form__header
h1.auth-form__title
| クレジットカード変更
.auth-form__body
= render 'form', action: :edit
= render 'notice'

0 comments on commit 1c30120

Please sign in to comment.