From 574f6561d178fb28ce52b51fbe4c7d5f5e149a00 Mon Sep 17 00:00:00 2001 From: jasder Date: Mon, 26 Jul 2021 11:20:21 +0800 Subject: [PATCH] =?UTF-8?q?ADD=20=E5=90=8E=E5=8F=B0=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=89=B9=E6=AE=8A=E5=8D=8F=E8=AE=AE=E5=88=97=E8=A1=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=A1=B9=E7=9B=AE=E5=90=8D=E7=A7=B0=E5=8C=BA=E5=88=86?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/admins/apply_signatures/shared/_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admins/apply_signatures/shared/_list.html.erb b/app/views/admins/apply_signatures/shared/_list.html.erb index 36984aa9..f76c6d22 100644 --- a/app/views/admins/apply_signatures/shared/_list.html.erb +++ b/app/views/admins/apply_signatures/shared/_list.html.erb @@ -14,7 +14,7 @@ <%= list_index_no((params[:page] || 1).to_i, index) %> - <%= link_to(signature&.project&.name, "/projects/#{signature&.project&.owner&.login}/#{signature&.project&.identifier}", target: '_blank') %> + <%= link_to("#{signature&.project&.owner&.real_name}/#{signature&.project&.name}", "/projects/#{signature&.project&.owner&.login}/#{signature&.project&.identifier}", target: '_blank') %> <%= link_to(signature&.user&.real_name, "/users/#{signature&.user&.login}", target: '_blank') %>