<%= t '.title' -%>

<%= t_m 'Scroll.id' -%>: <%= h @scroll.id %>

<%= t_m 'Scroll.title' -%>: <%= h @scroll.title %>

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

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

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

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

<%= link_to t('link.back'), :action => :list %>