Sha256: 95078fdd0bd226ef974aca2caf939011a0ba8d48ab88d3a060477981d87c7808
Contents?: true
Size: 706 Bytes
Versions: 50
Compression:
Stored size: 706 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.isbn %></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
50 entries across 50 versions & 2 rubygems