From 8344422aef067bb4f9accc03cc8e910d936806ab Mon Sep 17 00:00:00 2001
From: Steven Fuchs <stwf@yahoo.com>
Date: Sat, 4 Feb 2012 22:52:05 -0500
Subject: [PATCH] partial rename no longer needed

---
 app/views/people/index.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/people/index.html.haml b/app/views/people/index.html.haml
index 651251ff22..67e31715bb 100644
--- a/app/views/people/index.html.haml
+++ b/app/views/people/index.html.haml
@@ -27,7 +27,7 @@
           $(document).ready(function() { setTimeout("runDelayedSearch('#{@background_query}')", 10000); });
     - else
       - for hash in @hashes
-        = render :partial => 'people/person.html', :locals => hash
+        = render :partial => 'people/person', :locals => hash
 
       = will_paginate @people
 
-- 
GitLab