From cebf455f3fd54b72e530942f308097ec54b408cd Mon Sep 17 00:00:00 2001 From: James Moger Date: Thu, 7 Apr 2011 09:46:30 -0400 Subject: Let Wicket manage resources and use markup inheritance. This seems to improve page loading times. --- src/com/gitblit/wicket/pages/SummaryPage.html | 54 +++++++++++++-------------- 1 file changed, 26 insertions(+), 28 deletions(-) (limited to 'src/com/gitblit/wicket/pages/SummaryPage.html') diff --git a/src/com/gitblit/wicket/pages/SummaryPage.html b/src/com/gitblit/wicket/pages/SummaryPage.html index 6a103e4b..ccfb6ae4 100644 --- a/src/com/gitblit/wicket/pages/SummaryPage.html +++ b/src/com/gitblit/wicket/pages/SummaryPage.html @@ -1,11 +1,10 @@ - -
- + + -
+
[page links]
@@ -16,65 +15,64 @@
- - - - + + + +
descriptionMessage goes here
ownerMessage goes here
last changeMessage goes here
URLMessage goes here
description[repository description]
owner[repository owner]
last change[repository last change]
URL[repository clone url]
-
+
[shortlog header]
- - - - - + + + + +
[commit date][commit author]
[commit short message]
[commit refs]
[commit links]
-
+
[more shortlogs]
-
+
[branches header]
- - - + + +
[branch date]
[branch name]
[branch links]
-
+
[all branches]
-
+
[tags header]
- - - - + + + +
[tag date]
[tag name]
[tag description]
[tag links]
-
+
[all tags]
- -
+
\ No newline at end of file -- cgit v1.2.3