<%= render_image_link_lazy({
:alt_image => csample.title,
:image => csample.csphoto,
:a_href => '',
:a_class => '',
:a_css_style => aux_css[:a_lazy_wrapper],
:a_rel => 'nofollow'
}) %>
<% csample.crows.each do |crow| %>
-
<%= crow.offer_title %> - <%= crow.offer_price_integer %> р.
<% end %>
Итого:
<%= csample.summ_price %> руб.
<% end %>