From 1a3fc5e8f150ff73be27c67006a10bbab0c585b4 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 11 Apr 2011 09:39:15 -0400 Subject: [PATCH] Refactored more link panels into fragments. --- gitblit.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gitblit.properties b/gitblit.properties index b7a879b..2f03da0 100644 --- a/gitblit.properties +++ b/gitblit.properties @@ -52,7 +52,7 @@ # # Git:Blit UI Settings # -siteName = Repositories +siteName = allowAdministration = true repositoriesMessage = Welcome to Git:Blit!<br>A quick and easy way to host your own Git repositories.<br>Built with <a href="http://eclipse.org/jgit">JGit</a>, <a href="http://wicket.apache.org">Wicket</a>, <a href="http://code.google.com/p/google-code-prettify/">google-code-prettify</a>, <a href="http://eclipse.org/jetty">Jetty</a>, <a href="http://www.slf4j.org">SLF4J</a>, <a href="http://logging.apache.org/log4j">Log4j</a>, and <a href="http://jcommander.org">JCommander</a>. -- Gitblit v1.9.1