12 lines
176 B
Plaintext
12 lines
176 B
Plaintext
<h1>Authors</h1>
|
|
|
|
<%= will_paginate %>
|
|
|
|
<ul class="authors">
|
|
<% @authors.each do |author| %>
|
|
<li><%= link_to author.name, author %></li>
|
|
<% end %>
|
|
</ul>
|
|
|
|
<%= will_paginate %>
|