This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
|
<ul>
|
|
<% for people in @peoples -%><li><%= show_people_link(people) -%></li><% end %>
|
|
</ul>
|
|
|
|
<%= render :partial => 'shared/pagination_links' %>
|
|
|
|
<% content_for :sidebar do -%>
|
|
<%= new_people_link %><br />
|
|
<%= render :partial => 'shared/tag_cloud' %>
|
|
<% end -%> |