bouquins-ror/app/views/authors/_index.html.erb

10 lines
158 B
Plaintext

<%= will_paginate %>
<ul class="authors">
<% @authors.each do |author| %>
<li><%= link_to author.name, author %></li>
<% end %>
</ul>
<%= will_paginate %>