From c25b9801899e86753dd6ba80ebc68102ee37a21c Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 03 Oct 2012 17:39:52 -0400 Subject: [PATCH] Display fork indicator in Manager --- src/com/gitblit/wicket/pages/BlamePage.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/pages/BlamePage.html b/src/com/gitblit/wicket/pages/BlamePage.html index ccbfcec..9391eaf 100644 --- a/src/com/gitblit/wicket/pages/BlamePage.html +++ b/src/com/gitblit/wicket/pages/BlamePage.html @@ -22,9 +22,9 @@ <table class="annotated" style="margin-bottom:5px;"> <tbody> <tr> - <th>Commit</th> - <th>Line</th> - <th>Content</th> + <th><wicket:message key="gb.commit">[commit]</wicket:message></th> + <th><wicket:message key="gb.line">[line]</wicket:message></th> + <th><wicket:message key="gb.content">[content]</wicket:message></th> </tr> <tr wicket:id="annotation"> <td><span class="sha1" wicket:id="commit"></span></td> -- Gitblit v1.9.1