From 8ad5e0cb07c119516c39e607d6dcf69a7bf23be0 Mon Sep 17 00:00:00 2001 From: jun-kondo Date: Fri, 18 Jul 2025 21:29:44 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E3=83=A2=E3=83=BC=E3=83=80=E3=83=AB?= =?UTF-8?q?=E5=86=85=E3=81=AE=E3=83=A1=E3=83=B3=E3=82=BF=E3=83=BC=E3=83=A2?= =?UTF-8?q?=E3=83=BC=E3=83=89=E4=BD=BF=E7=94=A8=E6=99=82=E3=81=AE=E6=B3=A8?= =?UTF-8?q?=E6=84=8F=E6=96=87=E8=A8=80=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/application/header/_mentor_mode_switch.html.slim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/application/header/_mentor_mode_switch.html.slim b/app/views/application/header/_mentor_mode_switch.html.slim index 7c3cb25ba3d..dbfa8c74d5d 100644 --- a/app/views/application/header/_mentor_mode_switch.html.slim +++ b/app/views/application/header/_mentor_mode_switch.html.slim @@ -11,6 +11,7 @@ = render '/shared/modal', id: 'modal-mentor-mode', modal_title: 'メンターモードとは?' .modal__description.is-md .a-short-text + h3 + | 画面共有を行う際には、必ずメンターモードをOFFに!! p - | メンターモードをONにしたときだけ、メンターにしか見えない情報が表示されます。 - | 画面共有をする際などは、見えてはいけない情報が表示されるのを防ぐため、メンターモードをOFFにするようお願いします🙏 + | メンターモードがONのままだと、ユーザーの個人情報が表示されてしまいます。個人情報の流出を防ぐため、画面共有時には必ずメンターモードをOFFにすることを忘れずに実施してください。 From b0cde57134cf265e18edcf6dd23e4c0772086a61 Mon Sep 17 00:00:00 2001 From: jun-kondo Date: Sun, 20 Jul 2025 12:24:42 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=E3=83=A1=E3=83=B3=E3=82=BF=E3=83=BC?= =?UTF-8?q?=E3=83=A2=E3=83=BC=E3=83=89=E3=83=A2=E3=83=BC=E3=83=80=E3=83=AB?= =?UTF-8?q?=E5=86=85=E3=81=AEh3=E3=82=BF=E3=82=B0=E3=81=AE=E3=83=86?= =?UTF-8?q?=E3=82=AD=E3=82=B9=E3=83=88=E3=83=95=E3=82=A9=E3=83=BC=E3=83=9E?= =?UTF-8?q?=E3=83=83=E3=83=88=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 他の箇所と同様にh3タグでパイプを使わない書き方に修正 --- app/views/application/header/_mentor_mode_switch.html.slim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/application/header/_mentor_mode_switch.html.slim b/app/views/application/header/_mentor_mode_switch.html.slim index dbfa8c74d5d..8ed5b4e4b75 100644 --- a/app/views/application/header/_mentor_mode_switch.html.slim +++ b/app/views/application/header/_mentor_mode_switch.html.slim @@ -11,7 +11,6 @@ = render '/shared/modal', id: 'modal-mentor-mode', modal_title: 'メンターモードとは?' .modal__description.is-md .a-short-text - h3 - | 画面共有を行う際には、必ずメンターモードをOFFに!! + h3 画面共有を行う際には、必ずメンターモードをOFFに!! p | メンターモードがONのままだと、ユーザーの個人情報が表示されてしまいます。個人情報の流出を防ぐため、画面共有時には必ずメンターモードをOFFにすることを忘れずに実施してください。 From 4c87ed90bb3970d65413b9b997cc91b47ed7ad32 Mon Sep 17 00:00:00 2001 From: jun-kondo Date: Fri, 25 Jul 2025 01:09:04 +0900 Subject: [PATCH 3/3] =?UTF-8?q?p=E3=82=BF=E3=82=B0=E5=86=85=E3=81=AE?= =?UTF-8?q?=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E3=82=92=E4=BA=8C=E8=A1=8C?= =?UTF-8?q?=E5=88=86=E3=81=91=E3=81=A6=E6=9B=B8=E3=81=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/application/header/_mentor_mode_switch.html.slim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/application/header/_mentor_mode_switch.html.slim b/app/views/application/header/_mentor_mode_switch.html.slim index 8ed5b4e4b75..b99c6494837 100644 --- a/app/views/application/header/_mentor_mode_switch.html.slim +++ b/app/views/application/header/_mentor_mode_switch.html.slim @@ -13,4 +13,5 @@ .a-short-text h3 画面共有を行う際には、必ずメンターモードをOFFに!! p - | メンターモードがONのままだと、ユーザーの個人情報が表示されてしまいます。個人情報の流出を防ぐため、画面共有時には必ずメンターモードをOFFにすることを忘れずに実施してください。 + | メンターモードがONのままだと、ユーザーの個人情報が表示されてしまいます。 + | 個人情報の流出を防ぐため、画面共有時には必ずメンターモードをOFFにすることを忘れずに実施してください。