From 3a36a5340af43caafcaacd8edc1ab199ed8ead51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Wed, 1 Dec 2021 12:38:33 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A1=E3=83=BC=E3=83=AB=E3=81=AE=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.env.example | 2 +- backend/.env.release | 2 +- .../emails/fathers/registration/temporary.blade.php | 10 +++++----- .../resources/views/vendor/mail/html/header.blade.php | 4 ---- .../views/vendor/mail/html/themes/default.css | 1 - 5 files changed, 7 insertions(+), 12 deletions(-) diff --git a/backend/.env.example b/backend/.env.example index c1bd2118..340b207b 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -1,4 +1,4 @@ -APP_NAME=Laravel +APP_NAME=KIKIkan APP_ENV=local APP_KEY= APP_DEBUG=true diff --git a/backend/.env.release b/backend/.env.release index c1bd2118..340b207b 100644 --- a/backend/.env.release +++ b/backend/.env.release @@ -1,4 +1,4 @@ -APP_NAME=Laravel +APP_NAME=KIKIkan APP_ENV=local APP_KEY= APP_DEBUG=true diff --git a/backend/resources/views/emails/fathers/registration/temporary.blade.php b/backend/resources/views/emails/fathers/registration/temporary.blade.php index 8f33c9d9..0d1b0827 100644 --- a/backend/resources/views/emails/fathers/registration/temporary.blade.php +++ b/backend/resources/views/emails/fathers/registration/temporary.blade.php @@ -5,25 +5,25 @@ KIKIkanサービスの会員登録のご案内です。 KIKIkanシステムのご利用ありがとうございます。 -※本登録完了後にホーム画面もしくはブックマークに登録してください。 +※本登録完了後にホーム画面もしくはブックマークに登録してください。
ログインする際に利用します。 -下記URLにアクセスし、必要情報をご入力頂き +下記URLにアクセスし、必要情報をご入力頂き
ユーザー登録を完了してください。 @component('mail::button', ['url' => url('/').'/p-account/register/'.$token]) {{ url('/') }}/p-account/register/{{ $token }} @endcomponent -なお、URLの有効期限は8時間となります。 +なお、URLの有効期限は8時間となります。
URLの有効期限を過ぎると、再登録が必要になりますので、ご注意ください。 ※このメールに心当たりがない場合は下記のメールにご連絡ください。 ■□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□■ -KIKIkan運営事務局 -56@zotman.jp +KIKIkan運営事務局
+56@zotman.jp
{{ url('/') }}/ ■□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□■ diff --git a/backend/resources/views/vendor/mail/html/header.blade.php b/backend/resources/views/vendor/mail/html/header.blade.php index b5882239..ed61a133 100755 --- a/backend/resources/views/vendor/mail/html/header.blade.php +++ b/backend/resources/views/vendor/mail/html/header.blade.php @@ -1,11 +1,7 @@ -@if (trim($slot) === 'Laravel') -@else -{{ $slot }} -@endif diff --git a/backend/resources/views/vendor/mail/html/themes/default.css b/backend/resources/views/vendor/mail/html/themes/default.css index 2483b116..49ad91fa 100755 --- a/backend/resources/views/vendor/mail/html/themes/default.css +++ b/backend/resources/views/vendor/mail/html/themes/default.css @@ -114,7 +114,6 @@ img { .logo { height: 75px; max-height: 75px; - width: 75px; } /* Body */