save files
This commit is contained in:
parent
da657e559b
commit
09e9f01f7e
|
@ -557,18 +557,6 @@ class Detail extends Component {
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
</AlignTop>
|
</AlignTop>
|
||||||
<div className="mt6" style={{minHeight:"20px"}}>
|
|
||||||
{
|
|
||||||
projectDetail && projectDetail.forked_from_project_id && projectDetail.fork_info ?
|
|
||||||
this.textFunc(projectDetail.forked_from_project_id,projectDetail.fork_info)
|
|
||||||
:""
|
|
||||||
}
|
|
||||||
{
|
|
||||||
projectDetail && projectDetail.type && projectDetail.type !== 0 ?
|
|
||||||
<span className="color-grey-9">镜像自 <a className="color-blue hoverLine" target="_blank" href={projectDetail.mirror_url}>{projectDetail.mirror_url}</a></span>
|
|
||||||
:""
|
|
||||||
}
|
|
||||||
</div>
|
|
||||||
{
|
{
|
||||||
firstSync ? "" :
|
firstSync ? "" :
|
||||||
<DetailBanner
|
<DetailBanner
|
||||||
|
|
Loading…
Reference in New Issue