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.pre17 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre56 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre55 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre54 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre16 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre53 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre15 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre52 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre14 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre51 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre50 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre49 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre48 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre13 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre47 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre46 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre45 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre12 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre44 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre43 app/views/manifestations/_call_number.html.erb