<%= t('.title') %>

<%= notice %>

<%= t_m 'Story.comic_id' -%>: <%= link_to comic_icon(:object => @story.comic), comic_path(@story.comic) %> <%= link_to h(@story.comic.title), :controller => 'stories', :action => :comic, :id => @story.comic.id %>

<%= t_m 'Story.panel_id' -%>: <%= link_to panel_icon(:object => @story.panel), panel_path(@story.panel) %>

<%= t_m 'Story.t' -%>: <%= @story.t %>

<%= t_m 'Story.author_id' -%>: <%= link_to author_icon(:object => @story.author), author_path(@story.author) %> <%= link_to h(@story.author.name), author_path(@story.author) %>

<%= t_m 'Story.created_at' -%>: <%= l @story.created_at %>

<%= t_m 'Story.updated_at' -%>: <%= l @story.updated_at %>

<% if @story.own? @author -%> <%= link_to t('link.edit'), edit_story_path(@story) %> <%= link_to t('link.destroy'), story_path(@story), :method => :delete %> <% end %>
<%= render 'panels/standard', :panel => @story.panel, :author => @author %>