<%= notice %>

comic_id: <%= @story.comic_id %>

title <%= link_to h(@story.title), story_path(@story) %>

description <%= h(@story.description) %>

visible <%= @story.visible %>

t: <%= @story.t %>

author_id: <%= @story.author_id %>

updated_at: <%= @story.updated_at %>

<%= link_to 'Back', :action => :list %>