smc/grandham

View on GitHub
app/views/authors/index.html.haml

Summary

Maintainability
Test Coverage
.row
  .col-md-8
    %br

    = render @authors

    .grandham-list-pagination
      = will_paginate @authors, renderer: BootstrapPagination::Rails

- content_for :resources do
  - render 'common/resources'