cirandas.net

ref: master

app/views/profile/_profile_comments.html.erb



<% if activity.comments_count > 0 %>
<%= link_to(n_('View comment', "View all %s comments".html_safe, activity.comments_count) % activity.comments_count, :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 } if allow_comment? %>