public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Michael Hartl (author)
Tue May 13 11:42:52 -0700 2008
commit  097957dc4fde3d04562997eb58d596fd20d09f07
tree    5bc3697a35d96e0e343df15badb1a3cb5fb69f9d
parent  ead78241e111abe139c5244eae56e041c401b38c
insoshi / app / views / admin / people / index.html.erb
100644 16 lines (11 sloc) 0.301 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<%- column_div :type => :primary do -%>
 
  <h2>People</h2>
 
  <%= will_paginate %>
 
  <table>
    <%= render :partial => 'person', :collection => @people %>
  </table>
 
  <%= will_paginate %>
<%- end -%>
 
<%- column_div :type => :secondary do -%>
  <%= render :partial => 'searches/box' %>
<%- end -%>