From 4c837a1de9f7706c7bfb0cbb14a7082f916826ae Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 24 Oct 2011 22:58:55 -0400 Subject: [PATCH] Show since in settings table. Pack settings table. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index bbbd81c..2052fb1 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -165,4 +165,5 @@ gb.skipSummaryMetricsDescription = do not calculate metrics on the summary page (reduces page load time) gb.accessLevel = access level gb.default = default -gb.setDefault = set default \ No newline at end of file +gb.setDefault = set default +gb.since = since \ No newline at end of file -- Gitblit v1.9.1