<%= link_to story_icon(:object => story, :size => 25), story_path(story) %> <%= link_to author_icon(:object => story.author, :size => 17), author_path(story.author) %> <%= link_to h(truncate(h(story.title), :length => 40)), story_path(story) %> <%= l story.updated_at %> <% @comic_story = ComicStory.new :comic_id => comic.id, :story_id => story.id -%> <%= form_for(@comic_story) do |f| %> <%= f.hidden_field :comic_id %> <%# f.hidden_field :t %> <%= f.hidden_field :story_id %> <%= f.submit t('comic_stories.append.story') %> <% end %>