Sha256: 8e00cfbaede86922632b17cf8cab0347e97bfd3cc4fe099d0ef66add4b5d78c5
Contents?: true
Size: 729 Bytes
Versions: 4
Compression:
Stored size: 729 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
4 entries across 4 versions & 1 rubygems