Sha256: 6bf1f86e04d3b8b7fe29e7adfafe4f3860c5142d7becdacb051d9098837dfe92
Contents?: true
Size: 409 Bytes
Versions: 2
Compression:
Stored size: 409 Bytes
Contents
<div class="holding_index" id="holding_<%= manifestation.id -%>" style="display: none"> <% if current_user.try(:has_role?, 'Librarian') %> <%= render 'manifestations/show_holding', manifestation: manifestation, items: manifestation.items -%> <% else %> <%= render 'manifestations/show_holding', manifestation: manifestation, items: manifestation.items.for_checkout.on_shelf -%> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
enju_flower-0.1.2 | app/views/manifestations/_holding.html.erb |
enju_flower-0.1.1 | app/views/manifestations/_holding.html.erb |