<% @page_title = t('.title') + ':' + @item.title %>

<%= link_to icon_tag('Comic'), comic_path(@item) %> <%= link_to h(@item.title), play_comic_path(@item) %> <%= link_to icon_tag('Prof'), comic_path(@item, :format => :prof) %>

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

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

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

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

stories: <%= @play_list.total %>

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

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

<%= notice %>

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

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

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