Created on <%= @person.created_on %>
Posts made by <%= @person.name %>
<% # TODO get the count from the parent element call e_pages = ActionController::Pagination::Paginator.new( self, @person.elts.count, PAGE_ELT_LENGTH, @params['page']) e = Elt.find_all("person_id = '#{@person.id}'", 'created_on DESC', e_pages.current.to_sql) %>