<%= t '.title' -%>

<%= notice %>

<% @scrolls.each do |scroll| %> <%= render 'scrolls/list_item', :scroll => scroll, :author => @author %> <% end %>
<%= paginate(@paginate) %> <%= link_to t('scrolls.new.title'), new_scroll_path %>