diff --git a/packages/frontend/src/components/ListItemCommit.vue b/packages/frontend/src/components/ListItemCommit.vue index a70d9adea..a40be8e5c 100644 --- a/packages/frontend/src/components/ListItemCommit.vue +++ b/packages/frontend/src/components/ListItemCommit.vue @@ -17,22 +17,23 @@ {{ commit.message }} - {{ commit.authorName }} + {{ commit.authorName }} + ({{ commitDate }}) - + - - {{ "Received" }} - + Received - {{"by"}} - {{ commit.authorName }} - + + by + {{ commit.authorName }} + + @@ -49,7 +50,12 @@ - + mdi-source-branch {{ commit.branchName }} @@ -57,16 +63,57 @@ - + + {{ activity ? uniqueUsersThatReceived : 'loading' }}
- - {{ "Received" }} - + Received
{{"by"}} - {{ commit.authorName }} - +
+ by + {{ commit.authorName }} + +