Noosfero/noosfero

View on GitHub
app/views/profile/_more_replies.html.erb

Summary

Maintainability
Test Coverage
<div class='view-more-replies'>
  <%= link_to(font_awesome(:down_arrow, _('View more comments')), profile: @profile.identifier, controller: 'profile', action: 'more_replies', activity: activity, comment_page: (comment_page + 1)) %>
</div>