Sha256: 40c582e191ccb5b3aa3c232358802f0276a6ae5e7756a9267a0e3f4ce15747a8
Contents?: true
Size: 1003 Bytes
Versions: 6
Compression:
Stored size: 1003 Bytes
Contents
<%# выдать линейный список предложений с иконками %> <div class="offer_list_iconed clearfix list_count_<%=list.count%> <%= css_style_for_block %>"> <ul class="clearfix"> <% list.each do |offer| %> <li class="clearfix"> <%# 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' %> </li> <% end %> </ul> </div>
Version data entries
6 entries across 6 versions & 1 rubygems