Sha256: c98841b249bcc872361100accd3f10d879bb7455c0a7c903ccfba6477ced2b0b

Contents?: true

Size: 738 Bytes

Versions: 24

Compression:

Stored size: 738 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.on_shelf.exists? -%>
  <%= render 'manifestations/show_holding', :manifestation => @manifestation -%>
<%- end -%>
</div>

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
enju_flower-0.1.0.pre16 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre15 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre52 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre14 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre51 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre50 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre49 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre48 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre13 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre47 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre46 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre45 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre12 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre44 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre43 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre11 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre10 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre42 app/views/manifestations/show.mobile.erb
enju_biblio-0.1.0.pre41 app/views/manifestations/show.mobile.erb
enju_flower-0.1.0.pre9 app/views/manifestations/show.mobile.erb