Sha256: 4f89af9d1d6e764c15a2f101025c03f914e788f21ff369336504dca4f94dff22
Contents?: true
Size: 731 Bytes
Versions: 4
Compression:
Stored size: 731 Bytes
Contents
<div data-role="header"> <h1 class="title"><%= t('page.showing', model: t('activerecord.models.shelf')) -%></h1> </div> <div data-role="content"> <% if current_user.try(:has_role?, 'Librarian') %> <p> <strong><%= t('activerecord.attributes.shelf.name') -%>:</strong> <%= @shelf.name %> </p> <% end %> <p> <strong><%= t('activerecord.attributes.shelf.closed') -%>:</strong> <%= localized_boolean(@shelf.closed) -%> </p> <p> <strong><%= t('activerecord.attributes.shelf.note') -%>:</strong> <%= @shelf.note -%> </p> <p> <strong><%= t('page.created_at') -%>:</strong> <%= l(@shelf.created_at) -%> </p> <p> <strong><%= t('page.updated_at') -%>:</strong> <%= l(@shelf.updated_at) -%> </p> </div> </div>
Version data entries
4 entries across 4 versions & 1 rubygems