Listing comics

<% @comics.each do |comic| %>
<%= link_to h(comic.title), :action => :play, :id => comic.id %> 一般投稿:<%= comic.disp_editable %>
作家:<%= h comic.author.name %> 更新:<%= comic.updated_at %>
<% end %>