app/views/alchemy_crm/admin/deliveries/index.html.erb in alchemy_crm-2.0.5 vs app/views/alchemy_crm/admin/deliveries/index.html.erb in alchemy_crm-2.1.0a
- old
+ new
@@ -19,10 +19,10 @@
<th><%= alchemy_crm_t(:delivery_scheduled_at) %></th>
<th class="right"><%= translate_model_attribute(:delivery, :recipients_count) %></th>
<th class="center"><%= translate_model_attribute(:delivery, :delivered?) %></th>
<th class="center"><%= alchemy_crm_t(:statistics) %></th>
</tr>
- <%= render @deliveries %>
+ <%= render :partial => "alchemy_crm/admin/deliveries/delivery", :collection => @deliveries %>
</table>
</div>
</div>
<%- end -%>