Sha256: 805dab1522b27027862c5272a37a5a6f606238b0e74dd339f6e2da4dfbb0bc08

Contents?: true

Size: 833 Bytes

Versions: 44

Compression:

Stored size: 833 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 />
      <%= item.circulation_status.display_name.localize if item.circulation_status -%>

    </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

44 entries across 44 versions & 2 rubygems

Version Path
enju_flower-0.1.0.pre5 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre4 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre30 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre29 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre3 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre28 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre27 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre26 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre2 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre25 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre24 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre23 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre22 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre21 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre20 app/views/manifestations/_call_number.html.erb
enju_flower-0.1.0.pre app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre19 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre18 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre17 app/views/manifestations/_call_number.html.erb
enju_biblio-0.1.0.pre16 app/views/manifestations/_call_number.html.erb