From a125cf6876e0edc5a2498df57a9df06d60b1f572 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 02 Jun 2011 22:40:23 -0400 Subject: [PATCH] Unit testing. Start of git-notes display feature. --- src/com/gitblit/wicket/pages/CommitPage.html | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/com/gitblit/wicket/pages/CommitPage.html b/src/com/gitblit/wicket/pages/CommitPage.html index 1b5fffe..bd317b7 100644 --- a/src/com/gitblit/wicket/pages/CommitPage.html +++ b/src/com/gitblit/wicket/pages/CommitPage.html @@ -44,6 +44,14 @@ <!-- full message --> <div class="commit_message" wicket:id="fullMessage">[commit message]</div> + <!-- git notes --> + <table style="padding-bottom:5px;"> + <tr wicket:id="notes"> + <td style="vertical-align:top;"><span class="headRef" wicket:id="refName"></span><br/><span wicket:id="authorName"></span><br/><span wicket:id="authorDate"></span></td> + <td><span wicket:id="noteContent"></span></td> + </tr> + </table> + <!-- commit legend --> <div style="text-align:right;" wicket:id="commitLegend"></div> -- Gitblit v1.9.1