publiclab/spectral-workbench

View on GitHub
app/views/users/comments.html.erb

Summary

Maintainability
Test Coverage
<h1>Recent comments</h1>

<br />

<%= render :partial => 'comments' %>

<br style="clear:both;" />
<%= will_paginate @comments, renderer: BootstrapPagination::Rails %>