Sha256: 805dab1522b27027862c5272a37a5a6f606238b0e74dd339f6e2da4dfbb0bc08
Contents?: true
Size: 833 Bytes
Versions: 44
Compression:
Stored size: 833 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 /> <%= item.circulation_status.display_name.localize if item.circulation_status -%> </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
44 entries across 44 versions & 2 rubygems