Sha256: 95078fdd0bd226ef974aca2caf939011a0ba8d48ab88d3a060477981d87c7808

Contents?: true

Size: 706 Bytes

Versions: 50

Compression:

Stored size: 706 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.isbn %></td>
</tr>
<tr>
<th><%= t('activerecord.attributes.manifestation.price') %></th>
<td><%= @manifestation.price %></td>
</tr>
</table>
<%- if @manifestation.items.on_shelf.exists? -%>
  <%= render 'manifestations/show_holding', :manifestation => @manifestation -%>
<%- end -%>
</div>

Version data entries

50 entries across 50 versions & 2 rubygems

Version Path
enju_biblio-0.1.0.pre23 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre22 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre21 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre20 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre19 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre18 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre17 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre16 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre15 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre14 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre13 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre12 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre11 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre10 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre9 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre8 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre7 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre6 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre5 app/views/manifestations/show.mobile.erb