From 8b8d009bceb3f053d34c49985a9f4d0b5280ab75 Mon Sep 17 00:00:00 2001
From: stuartrowe
Date: Sun, 24 Mar 2024 00:55:10 -0700
Subject: [PATCH] Move commit author and timestamp to separate line
---
.../pipelinegraphview/PipelineGraphViewAction/index.jelly | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/io/jenkins/plugins/pipelinegraphview/PipelineGraphViewAction/index.jelly b/src/main/resources/io/jenkins/plugins/pipelinegraphview/PipelineGraphViewAction/index.jelly
index e5b5b745..41669362 100644
--- a/src/main/resources/io/jenkins/plugins/pipelinegraphview/PipelineGraphViewAction/index.jelly
+++ b/src/main/resources/io/jenkins/plugins/pipelinegraphview/PipelineGraphViewAction/index.jelly
@@ -98,11 +98,13 @@
${card.commitId}
+
+
by ${card.author}
on
-
-
- ${card.message}
+
+ ${card.message}
+