From d702f0ad46ca84935960f1c44cc47bb9103e787f Mon Sep 17 00:00:00 2001 From: jglick Date: Mon, 20 Nov 2006 01:02:30 +0000 Subject: [PATCH] Slightly nicer formatting. "found a bug by jglick" -> "found a bug [jglick]" makes it clearer that the name was the committer. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1199 71c3de6d-444a-0410-be80-ed276b4c234a --- .../main/resources/hudson/model/Project/changes.jelly | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/core/src/main/resources/hudson/model/Project/changes.jelly b/core/src/main/resources/hudson/model/Project/changes.jelly index 5722b01343..fb3e22ede8 100644 --- a/core/src/main/resources/hudson/model/Project/changes.jelly +++ b/core/src/main/resources/hudson/model/Project/changes.jelly @@ -15,17 +15,14 @@ -

- ${b.displayName} : - -

+

${b.displayName} + ()

  1. - by - ${c.author} + [${c.author}]
@@ -33,4 +30,4 @@
- \ No newline at end of file + -- GitLab