Sha256: a09ee8cfcb2ab8f2a6b541b7f49f82ff66c040d353cd03e57c1678f788339bbf

Contents?: true

Size: 792 Bytes

Versions: 41

Compression:

Stored size: 792 Bytes

Contents

<div data-role="header">
  <a href="javascript:history.back()" data-icon="back" data-iconpos="notext" class="ui-btn-left"><%= t('page.back') %></a>
  <h1 class="title"><%= t('page.showing', model: t('activerecord.models.manifestation')) -%></h1>
</div>
<div data-role="content">
<%= render 'title', manifestation: @manifestation %>
<table class="table table-striped">
<tr>
<th>ISBN</th>
<td><%= @manifestation.identifier_contents(:isbn).join(' ') %></td>
</tr>
<tr>
<th><%= t('activerecord.attributes.manifestation.price') %></th>
<td><%= @manifestation.price %></td>
</tr>
</table>
<%- if @manifestation.items.for_checkout.on_shelf.exists? -%>
  <%= render 'manifestations/show_holding', manifestation: @manifestation, items: @manifestation.items.for_checkout.on_shelf %>
<%- end -%>
</div>

Version data entries

41 entries across 40 versions & 3 rubygems

Version Path
enju_biblio-0.3.18 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.17 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.16 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.15 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.14 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.13 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.12 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.11 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.10 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.10.rc.3 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.10.rc.2 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.10.rc.1 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.9 app/views/manifestations/show.html+phone.erb
enju_biblio-0.4.0.rc.1 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.8 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.7 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.6 app/views/manifestations/show.html+phone.erb
enju_biblio-0.4.0.beta.2 app/views/manifestations/show.html+phone.erb
enju_biblio-0.4.0.beta.1 app/views/manifestations/show.html+phone.erb
enju_biblio-0.3.5 app/views/manifestations/show.html+phone.erb