Sha256: 2eb4d30e9a3cb68b9f270c2a146ecbdd554166c7acf99b2e7f7cbc12a12e7ced

Contents?: true

Size: 825 Bytes

Versions: 3

Compression:

Stored size: 825 Bytes

Contents

<table class="call_number_table">
  <tr>
    <td class="call_number_table">
      <%= item.shelf.library.display_name -%>
      <br />
      <%= link_to item.shelf.display_name, item.shelf -%>
      <br />
      <% if defined?(EnjuCirculation) %>
        <%= item.circulation_status.display_name 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">&nbsp;</td>
            <%- else -%>
              <td class="call_number_label"><%= call_numbers[i] -%></td>
            <%- end -%>
          </tr>
        <%- i += 1; end -%>
      </table>
    </td>
  </tr>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.4.0.rc.1 app/views/manifestations/_call_number.html.erb
enju_biblio-0.4.0.beta.2 app/views/manifestations/_call_number.html.erb
enju_biblio-0.4.0.beta.1 app/views/manifestations/_call_number.html.erb