_more_comments.rhtml 232 Bytes
<div class='view-more-comments'>
	<%= link_to_remote(_('More'), :url => { :profile => @profile.identifier, :controller => 'profile', :action => 'more_comments', :activity => activity, :comment_page => (comment_page + 1)}) %>
</div>