app/views/manifestations/show.mobile.erb in enju_flower-0.1.0 vs app/views/manifestations/show.mobile.erb in enju_flower-0.1.1
- old
+ new
@@ -13,8 +13,8 @@
<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 -%>
+ <%= render 'manifestations/show_holding', manifestation: @manifestation, items: @manifestation.items.for_checkout.on_shelf %>
<%- end -%>
</div>