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_flower-0.1.0.pre7 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre37 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre6 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre36 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre35 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre34 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre5 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre33 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre32 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre4 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre31 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre30 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre29 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre3 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre28 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre27 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre26 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre2 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre25 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre24 app/views/manifestations/show.mobile.erb