%# выдать линейный список предложений с иконками %>
<% list.each do |offer| %>
-
<%# Rails.logger.debug "[TRACE] #{offer}" %>
<%= render_image_link_lazy({
:alt_image => offer.title,
:image => offer.ophoto_thumb,
:a_href => my_url_for_offer(offer),
:a_class => '',
:a_css_style => css_for_a,
:a_rel => 'nofollow'
}) %>
<%= link_to offer.title, my_url_for_offer(offer), title: offer.title, style: css_for_title, class: 'title' %>
<% end %>