@@ -68,17 +90,25 @@ export default ({ match , history }) => {
url={(committer && getImageUrl(`/${committer.image_url}`))|| "https://dss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3025493530,1989042357&fm=26&gp=0.jpg"}
name={committer && committer.name}
/>
- {committer && committer.time_from_now &&
{committer.time_from_now}}
+ {commit && commit.time_from_now &&
提交于{commit.time_from_now}}
{
parents && parents.length > 0 && parents.map((item,key)=>{
return(
-
+
+
+

+
{truncateCommitId(item.sha)}
+
)
})
}
-
+
+
+

+
{truncateCommitId(sha)}
+