Sha256: a09ee8cfcb2ab8f2a6b541b7f49f82ff66c040d353cd03e57c1678f788339bbf
Contents?: true
Size: 792 Bytes
Versions: 41
Compression:
Stored size: 792 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, items: @manifestation.items.for_checkout.on_shelf %> <%- end -%> </div>
Version data entries
41 entries across 40 versions & 3 rubygems