Skip to content

Commit

Permalink
Move commit author and timestamp to separate line
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartrowe committed Mar 24, 2024
1 parent 23c4f25 commit 35867f8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
${card.commitId}
</j:otherwise>
</j:choose>
<p>
<p class="app-details__item">
by ${card.author}
on <i:formatDate value="${card.timestamp}" type="both" dateStyle="medium" timeStyle="medium"/>
</p>
Expand Down

0 comments on commit 35867f8

Please sign in to comment.