mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
Show only first seven chars of commit id
This commit is contained in:
@@ -36,7 +36,7 @@ class ChangesetRow extends React.Component<Props> {
|
|||||||
changeset.id
|
changeset.id
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
{changeset.id}
|
{changeset.id.substr(0, 7)}
|
||||||
</Link>
|
</Link>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user