This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2007-12-03 03:47:21 -05:00
|
|
|
<ul>
|
|
|
|
<% for people in @peoples -%><li><%= show_people_link(people) -%></li><% end %>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<%= render :partial => 'shared/pagination_links' %>
|
|
|
|
|
|
|
|
<% content_for :sidebar do -%>
|
2007-12-04 01:03:13 -05:00
|
|
|
<%= new_people_link %><br />
|
2007-12-03 03:47:21 -05:00
|
|
|
<%= render :partial => 'shared/tag_cloud' %>
|
2008-02-03 04:27:09 -05:00
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
<% content_for :auto_discoveries do -%>
|
|
|
|
<%= auto_discovery_link_tag :rss, { :format => :rss } %>
|
2007-12-03 03:47:21 -05:00
|
|
|
<% end -%>
|