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 8b8d009
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,13 @@
${card.commitId}
</j:otherwise>
</j:choose>
</p>
<p>
by ${card.author}
on <i:formatDate value="${card.timestamp}" type="both" dateStyle="medium" timeStyle="medium"/>
</p>
<p class="app-details__item">
${card.message}
<pre>
${card.message}
</pre>
</p>
</j:forEach>
</j:when>
Expand Down

0 comments on commit 8b8d009

Please sign in to comment.