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>
|
|
|
|
<% unless @peoples.empty? -%>
|
|
|
|
<% for people in @peoples -%><li><%= show_people_link(people) -%></li><% end %>
|
|
|
|
<% else -%>
|
|
|
|
<li>No people, yet!</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' %>
|
|
|
|
<% end -%>
|