<%= t('activerecord.attributes.shelf.name') -%>: <%= @shelf.name %>
<% end %><%= t('activerecord.attributes.shelf.closed') -%>: <%= localized_boolean(@shelf.closed) -%>
<%= t('activerecord.attributes.shelf.note') -%>: <%= @shelf.note -%>
<%= t('page.created_at') -%>: <%= l(@shelf.created_at) -%>
<%= t('page.updated_at') -%>: <%= l(@shelf.updated_at) -%>