Sha256: 980430a07b3d53756cce91b26250a8e6f92d9131bb23c05c634b85801941697e
Contents?: true
Size: 892 Bytes
Versions: 38
Compression:
Stored size: 892 Bytes
Contents
<table class="call_number_table"> <tr> <td class="call_number_table"> <%= item.shelf.library.display_name.localize -%> <br /> <%= link_to item.shelf.display_name.localize, library_shelf_path(item.shelf.library, item.shelf) -%> <br /> <% if defined?(EnjuCirculation) %> <%= item.circulation_status.display_name.localize if item.circulation_status -%> <% end %> </td> <td class="call_number_table"> <table id="call_number_label"> <%- i = 0; while i < item.shelf.library.call_number_rows.to_i -%> <tr> <%- if call_numbers[i].blank? -%> <td class="call_number_label"> </td> <%- else -%> <td class="call_number_label"><%= call_numbers[i] -%></td> <%- end -%> </tr> <%- i += 1; end -%> </table> </td> </tr> </table>
Version data entries
38 entries across 38 versions & 2 rubygems