<% if activity.comments_count > 2 %>
<%= link_to(_("View all %s comments") % activity.comments_count, '#') %>
<% end %> <%= render :partial => 'profile_comment_form', :locals => { :activity => activity, :tab_action => tab_action } %>