partial rename no longer needed
This commit is contained in:
parent
23aff2af5e
commit
8344422aef
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue