mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 13:35:44 +01:00
Make partial file attributes explicit.
This commit is contained in:
@@ -115,7 +115,7 @@ class Content extends React.Component<Props, State> {
|
||||
showMoreInformation() {
|
||||
const collapsed = this.state.collapsed;
|
||||
const { file, revision, t, repository } = this.props;
|
||||
const date = <DateFromNow date={file.lastModified} />;
|
||||
const date = <DateFromNow date={file.commitDate} />;
|
||||
const description = file.description ? (
|
||||
<p>
|
||||
{file.description.split("\n").map((item, key) => {
|
||||
|
||||
Reference in New Issue
Block a user