Noosfero/noosfero

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

Summary

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