From 9ab5cc754c62ac9f7aa58b1f64fda7532cdad05b Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 13 Apr 2011 15:53:19 -0400 Subject: [PATCH] Html and Css simplifications. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 621cb71..273ff5a 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -34,4 +34,10 @@ gb.newRepository = new repository gb.newUser = new user gb.commitdiff = commitdiff -gb.ticgit = ticgit \ No newline at end of file +gb.ticgit = ticgit +gb.pageFirst = first +gb.pagePrevious prev +gb.pageNext = next +gb.parent = parent +gb.head = HEAD +gb.blame = blame \ No newline at end of file -- Gitblit v1.9.1