Fix Layout/LineLength

This commit is contained in:
Neal Chambers
2023-08-03 08:48:51 +09:00
parent 32cc776725
commit a4f270bdec
22 changed files with 274 additions and 282 deletions

View File

@@ -49,8 +49,10 @@ module Spree
render cable_ready: cable_car.inner_html(
"#signup-feedback",
partial("layouts/alert",
locals: { type: "success",
message: t('devise.user_registrations.spree_user.signed_up_but_unconfirmed') })
locals: {
type: "success",
message: t('devise.user_registrations.spree_user.signed_up_but_unconfirmed')
})
)
else
render status: :unprocessable_entity, cable_ready: cable_car.morph(