From ac66a618923b08c356c553fb384a3882fb0c1a22 Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Fri, 17 Apr 2020 10:42:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9user=5Fprojects=E7=9A=84?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/concerns/laboratory_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/concerns/laboratory_helper.rb b/app/controllers/concerns/laboratory_helper.rb index 032a6175d..ddb3b22d2 100644 --- a/app/controllers/concerns/laboratory_helper.rb +++ b/app/controllers/concerns/laboratory_helper.rb @@ -37,7 +37,7 @@ module LaboratoryHelper new_course: "https://www.trustie.net/courses/new", edit_account: "https://www.trustie.net/my/account", my_courses: "https://www.trustie.net/users/#{current_user.try(:login)}/user_courselist", - my_projects: "https://www.trustie.net/users/#{current_user.try(:login)}/user_projectlist", + my_projects: "/users/#{current_user.try(:login)}/projects", my_organ: "https://www.trustie.net/users/#{current_user.try(:login)}/user_organizations", default_url: "https://www.trustie.net/", tiding_url: "https://www.trustie.net/users/#{current_user.try(:login)}/user_messages"