<%= link_to comic_icon(:object => story.comic, :size => 25), comic_path(story.comic) %> <%= link_to h(story.comic.title), :controller => 'stories', :action => :comic, :id => story.comic.id %> <%= link_to author_icon(:object => story.comic.author, :size => 17), author_path(story.comic.author) %> <%= link_to story_icon(:object => story, :size => 25), story_path(story) %> <%= link_to author_icon(:object => story.author, :size => 17), author_path(story.author) %> No.<%= story.t %> <%= l story.updated_at %> <% if story.panel %> <%= h story.panel.caption %> <% end %>