forked from Gitlink/forgeplus-react
团队项目-团队项目管理-显示的name和跳转的login
This commit is contained in:
parent
6ee257231d
commit
9b6816e346
|
@ -31,7 +31,7 @@ export default (({projects}) => {
|
||||||
return (
|
return (
|
||||||
<Div>
|
<Div>
|
||||||
<Imgs src={item.project && getImageUrl(`/${item.project.owner_image_url}`)}/>
|
<Imgs src={item.project && getImageUrl(`/${item.project.owner_image_url}`)}/>
|
||||||
<Link to={`/projects/${item.project.owner_name}/${item.project.identifier}`}>{item.project.name}</Link>
|
<Link to={`/projects/${item.project.owner_login}/${item.project.identifier}`}>{item.project.name}</Link>
|
||||||
</Div>
|
</Div>
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
|
@ -180,7 +180,7 @@ function GroupProjectSetting(props) {
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<List.Item.Meta
|
<List.Item.Meta
|
||||||
title={<a href={`/projects/${item.project.owner_name}/${item.project.identifier}`}>{item.project.owner_name}/{item.project.name}</a>}
|
title={<a href={`/projects/${item.project.owner_login}/${item.project.identifier}`}>{item.project.owner_name}/{item.project.name}</a>}
|
||||||
/>
|
/>
|
||||||
</List.Item>
|
</List.Item>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue