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

Version Path
c80_catoffers-0.1.0.8 app/views/c80_catoffers/_offers_list_iconed.html.erb
c80_catoffers-0.1.0.7 app/views/c80_catoffers/_offers_list_iconed.html.erb
c80_catoffers-0.1.0.6 app/views/c80_catoffers/_offers_list_iconed.html.erb
c80_catoffers-0.1.0.5 app/views/c80_catoffers/_offers_list_iconed.html.erb
c80_catoffers-0.1.0.4 app/views/c80_catoffers/_offers_list_iconed.html.erb
c80_catoffers-0.1.0.3 app/views/c80_catoffers/_offers_list_iconed.html.erb