forked from 文案

This commit is contained in:
caishi 2021-06-15 11:36:42 +08:00
parent 56434a9714
commit 8298aef72f
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ class Detail extends Component {
textFunc = (forked_from_project_id,fork_info)=>{
return forked_from_project_id && fork_info ?
<div className="color-grey-9">
<span>forked from </span>
<span>复刻自 </span>
<Link to={`/users/${fork_info.fork_project_user_login}`} className="show-user-link color-grey-6">{fork_info.fork_project_user_name}</Link>
<span> / </span>
<Link to={`/projects/${fork_info.fork_project_user_login}/${fork_info.fork_project_identifier}`} className="color-grey-6">{fork_info.fork_form_name}</Link>