From ff6d434eaa4501a944fb9b158fcabebb2325e39a Mon Sep 17 00:00:00 2001 From: su-su-su-su Date: Thu, 13 Jun 2024 00:50:42 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E3=83=A6=E3=83=BC=E3=82=B6=E3=83=BC?= =?UTF-8?q?=E5=80=8B=E5=88=A5=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AE=E6=8F=90?= =?UTF-8?q?=E5=87=BA=E7=89=A9=E4=B8=80=E8=A6=A7=E3=81=AEtitel=E3=82=BF?= =?UTF-8?q?=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/products/index.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/products/index.html.slim b/app/views/users/products/index.html.slim index 3368860c858..5d96b2cd244 100644 --- a/app/views/users/products/index.html.slim +++ b/app/views/users/products/index.html.slim @@ -1,4 +1,4 @@ -- title "#{@user.login_name}の提出物一覧" +- title "#{@user.login_name}さんの提出物一覧" - set_meta_tags description: "#{@user.login_name}さんの提出物一覧ページです。" = render 'users/page_title', user: @user From e6db33ac780b937c2a16b4cc135aa481493bf39d Mon Sep 17 00:00:00 2001 From: su-su-su-su Date: Sat, 15 Jun 2024 23:21:32 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/system/user/products_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/user/products_test.rb b/test/system/user/products_test.rb index 2a122821186..f209720e904 100644 --- a/test/system/user/products_test.rb +++ b/test/system/user/products_test.rb @@ -5,7 +5,7 @@ class User::ProductsTest < ApplicationSystemTestCase test 'show listing products' do visit_with_auth "/users/#{users(:hatsuno).id}/products", 'komagata' - assert_equal 'hatsunoの提出物一覧 | FBC', title + assert_equal 'hatsunoさんの提出物一覧 | FBC', title end test 'show self assigned products to mentor' do