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

Version Path
enju_flower-0.1.0.pre11 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre10 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre42 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre41 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre9 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre40 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre39 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre8 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre38 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre7 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre37 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre6 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre36 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre35 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre34 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre33 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre32 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre31 app/views/manifestations/_call_number.html.erb