From 8f6e672ffe19c439aadc07b64e36ae4b83e78f1e Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 15 Jul 2013 08:09:20 -0400
Subject: [PATCH] Fixed url panel failure when there are no repository urls (issue 269)

---
 src/site/siteindex.mkd |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/site/siteindex.mkd b/src/site/siteindex.mkd
index 77cb8a0..f72e9c1 100644
--- a/src/site/siteindex.mkd
+++ b/src/site/siteindex.mkd
@@ -1,4 +1,3 @@
-## What is Gitblit?
 <div class="well" style="margin-left:5px;float:right;width:275px;padding: 10px 10px;">
 <div style="text-align:center">
 <b>Current Release ${project.releaseVersion} (${project.releaseDate})</b><br/><a href="releasenotes.html">release notes</a>
@@ -25,6 +24,8 @@
 		</table>
 	</div>
 </div>
+
+## What is Gitblit?
 
 Gitblit is an open-source, pure Java stack for managing, viewing, and serving [Git][git] repositories.  
 It's designed primarily as a tool for small workgroups who want to host centralized repositories.
@@ -67,6 +68,9 @@
 - Groovy push hook scripts
 - Pluggable user service mechanism
     - LDAP authentication with optional LDAP-controlled Team memberships
+	- Redmine authentication
+	- SalesForce.com authentication
+	- Windows authentication
     - Custom authentication, authorization, and user management
 - Rich RSS feeds
 - JSON-based RPC mechanism

--
Gitblit v1.9.1