Sha256: 502978a28babaaa4cffe6f761cec0d65731d2bcfddd2aee22973a9021b5bf9d0
Contents?: true
Size: 678 Bytes
Versions: 3
Compression:
Stored size: 678 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> <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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.0.3 | app/views/manifestations/show.mobile.erb |
enju_biblio-0.0.2 | app/views/manifestations/show.mobile.erb |
enju_biblio-0.0.1 | app/views/manifestations/show.mobile.erb |