10 lines
158 B
Plaintext
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 %>
|