This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/app/views/peoples/index.rhtml

10 lines
264 B
Plaintext

<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 -%>