<% if activity.comments_count > 0 %>
<%= link_to_remote(_("View all %s comments") % activity.comments_count, :url => { :profile => profile.identifier, :controller => 'profile', :action => 'more_comments', :activity => activity, :comment_page => (1)}) %>
<% end %> <%= render :partial => 'profile_comment_form', :locals => { :activity => activity, :tab_action => tab_action } %>