From f898a655a912ae76585339dfa04f018df552fb8a Mon Sep 17 00:00:00 2001 From: John Crygier <john.crygier@aon.com> Date: Wed, 18 Apr 2012 16:48:00 -0400 Subject: [PATCH] Change username to come from simpleUserName (from login screen) instead of CN. --- src/com/gitblit/wicket/panels/HistoryPanel.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/panels/HistoryPanel.html b/src/com/gitblit/wicket/panels/HistoryPanel.html index 9589d14..3ae8a8f 100644 --- a/src/com/gitblit/wicket/panels/HistoryPanel.html +++ b/src/com/gitblit/wicket/panels/HistoryPanel.html @@ -19,7 +19,7 @@ <td class="date"><span wicket:id="commitDate">[commit date]</span></td> <td class="icon"><img wicket:id="commitIcon" /></td> <td class="author"><span wicket:id="commitAuthor">[commit author]</span></td> - <td><div class="references" wicket:id="commitRefs">[commit refs]</div><span wicket:id="commitShortMessage">[commit short message]</span></td> + <td class="message"><table class="nestedTable"><tr><td><span style="vertical-align:middle;" wicket:id="commitShortMessage">[commit short message]</span></td><td><div style="text-align:right;" wicket:id="commitRefs">[commit refs]</div></td></tr></table></td> <td class="rightAlign"> <span wicket:id="historyLinks">[history links]</span> </td> -- Gitblit v1.9.1