<%= t '.title' -%>

<% @comics.each do |comic| %> <%= render 'list_item', :comic => comic, :author => @author %> <% end %>
<%= t_m 'Comic.title' -%> <%= t_m 'Comic.author_id' -%> <%= t_m 'Comic.updated_at' -%>
<%= link_to t('.new'), new_comic_path %>