Sha256: edd84d651176bbd4525c2770b58e676a6486929119230ca5549338c3ec19c6a7
Contents?: true
Size: 751 Bytes
Versions: 3
Compression:
Stored size: 751 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
3 entries across 3 versions & 1 rubygems