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">&nbsp;</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

Version Path
enju_biblio-0.3.18 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.17 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.16 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.15 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.14 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.13 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.12 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.11 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.10 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.10.rc.3 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.10.rc.2 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.10.rc.1 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.9 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.8 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.7 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.6 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.5 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.4 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.3 app/views/manifestations/_call_number.html.erb
enju_biblio-0.3.2 app/views/manifestations/_call_number.html.erb