From 169f8e06cb738e1c22b384a50cdd5a76e3f75e08 Mon Sep 17 00:00:00 2001 From: Michael Pailloncy <mpapo.dev@gmail.com> Date: Thu, 30 May 2013 16:23:34 -0400 Subject: [PATCH] add --all-local-branches to add all local branches of the repo to index --- src/main/java/com/gitblit/wicket/pages/GravatarProfilePage.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/pages/GravatarProfilePage.html b/src/main/java/com/gitblit/wicket/pages/GravatarProfilePage.html index 0cc0f1f..b4531a1 100644 --- a/src/main/java/com/gitblit/wicket/pages/GravatarProfilePage.html +++ b/src/main/java/com/gitblit/wicket/pages/GravatarProfilePage.html @@ -5,6 +5,7 @@ lang="en"> <body> <wicket:extend> +<div class="container"> <div class="pageTitle"> <h2>Gravatar<small> / <span wicket:id="username">[username]</span></small></h2> </div> @@ -15,6 +16,7 @@ <p></p> <a wicket:id="profileLink"><wicket:message key="gb.completeGravatarProfile">[Complete profile on Gravatar.com]</wicket:message></a> <p></p> +</div> </wicket:extend> </body> </html> \ No newline at end of file -- Gitblit v1.9.1