<%= link_to icon_tag('Story'), story_path(@item) %> <%= link_to h(@item.title), play_story_path(@item) %> <%= link_to icon_tag('Prof'), story_path(@item, :format => :prof) %>

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

<%= t_m 'Story.description' -%>: <%= h(@item.description) %>

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

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

pages: <%= @play_count %>

<% if @item.own? @operators -%>

<%= t('editor') -%>

<%= notice %>

<%= t_m 'Story.visible' -%>: <%= t_selected_item('story_visible_items', @item.visible) %>

<%= link_to t('link.edit'), edit_story_path(@item) %> <%= link_to t('link.destroy'), story_path(@item), :method => :delete %>

<%= link_to t('stories.show.leaf'), play_story_path(@item, :anchor => :editor) %>
<% end %>