Sha256: 8035bab50b8dba06a6055495c185b2c73f1bd0c87d89d1410569b232027fc512
Contents?: true
Size: 734 Bytes
Versions: 34
Compression:
Stored size: 734 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
34 entries across 34 versions & 1 rubygems