<h2><%= t(:author_book, count: @books.count) %></h2>
<ul>
<% @books.each do |b| %>
<li><%= link_to b.title, b %></li>
<% end %>
</ul>