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

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

<%= notice %>

<%= t_m 'Scroll.title' -%>: <%= link_to h(@item.title), play_scroll_path(@item) %>

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

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

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

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

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

<% if @item.own? @operators -%> <%= link_to t('link.edit'), edit_scroll_path(@item) %>

<%= t('scroll_panels.append.new_panels') -%>

<% @new_panel_items.each do |panel| %> <%= render 'scroll_panels/append_panel', :panel => panel, :scroll => @item, :operators => @operators %> <% end %>
<% end %>