Listing comics

<% @comics.each do |comic| %> <%= render 'list_item', :comic => comic, :author => @author %> <% end %>
title author updated_at edit
<%= link_to 'new comic', new_comic_path %>