app/views/person/show.rhtml in parlement-0.3 vs app/views/person/show.rhtml in parlement-0.4

- old
+ new

@@ -18,16 +18,10 @@ <h1><%= @person.name %></h1> <p>Created on <%= @person.created_on %></p> - -<p>Posts made by <%= @person.name %> - <%= render :partial => '/help', - :locals => { :divId => 'body'+@person.id, :content => ' - posts can be displayed more than once depending on their occurence in sub - threads - ' } %></p> +<p>Posts made by <%= @person.name %></p> <% # TODO get the count from the parent element call e_pages = ActionController::Pagination::Paginator.new( self, @person.elts.count, PAGE_ELT_LENGTH, @params['page'])