Sha256: a0af30038602aa4d6b081012c63eed9c2755db9bd63d7ca1c10d177800b9310e
Contents?: true
Size: 852 Bytes
Versions: 54
Compression:
Stored size: 852 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, 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
54 entries across 53 versions & 2 rubygems