Sha256: 291cf3776b7470877f8540bedc8ad2f0746611488ac01f08cedb4e3f59d11e18

Contents?: true

Size: 1005 Bytes

Versions: 2

Compression:

Stored size: 1005 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_sm,
                                             :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

2 entries across 2 versions & 1 rubygems

Version Path
c80_catoffers-0.1.0.2 app/views/c80_catoffers/_offers_list_iconed.html.erb
c80_catoffers-0.1.0.1 app/views/c80_catoffers/_offers_list_iconed.html.erb