Sha256: 5f97bcdf22822264eced75b8e62036189dcf706c6cbf3f3ee216a6f5892c4f44

Contents?: true

Size: 742 Bytes

Versions: 25

Compression:

Stored size: 742 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 -%>
<%- end -%>
</div>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
enju_biblio-0.1.3 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.2 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.1 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre24 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre71 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre70 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre69 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre23 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre68 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre67 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre22 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre66 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre65 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre21 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre64 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre63 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre62 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre61 app/views/manifestations/show.mobile.erb