<%= render'layouts/filter' %> <%= will_paginate class: "center" %> <% @authors.each do |author| %> <% end %>
<%= t :col_author_name %> <%= t :col_author_books %>
<%= link_to author.name, author %> <%= author.books.count %>
<%= will_paginate class: "center" %>