修改注册的按钮

This commit is contained in:
sylor_huang@126.com
2020-04-17 16:48:45 +08:00
parent 77fbcbbd7c
commit 2f0998d5ab
283 changed files with 4734174 additions and 281 deletions

View File

@@ -40,7 +40,8 @@ module LaboratoryHelper
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"
tiding_url: "https://www.trustie.net/users/#{current_user.try(:login)}/user_messages",
register_url: "https://www.trustie.net/login?login=false"
}
end
end