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