app/views/manifestations/show.mobile.erb in enju_flower-0.1.0.pre7 vs app/views/manifestations/show.mobile.erb in enju_flower-0.1.0.pre8

- old
+ new

@@ -5,10 +5,10 @@ <div data-role="content"> <%= render 'title', :manifestation => @manifestation %> <table class="table table-striped"> <tr> <th>ISBN</th> -<td><%= @manifestation.isbn %></td> +<td><%= @manifestation.identifier_contents(:isbn).join(' ') %></td> </tr> <tr> <th><%= t('activerecord.attributes.manifestation.price') %></th> <td><%= @manifestation.price %></td> </tr>