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