Sha256: 95bb332aaf6bd8071e97d2d1930abc9865e5168d8186ab5ab7bb50682f90e837
Contents?: true
Size: 671 Bytes
Versions: 3
Compression:
Stored size: 671 Bytes
Contents
<div class="brands_list clearfix"> <% if h3_title.present? %> <h3 class="section_title h3_for_brands_list"><%= h3_title %></h3> <% end %> <% list.each do |brand| %> <%= render_image_link_lazy({ :alt_image => brand.title, :image => brand.icon.url, :a_href => '#', :a_class => '', :a_style => '', :a_rel => 'nofollow' }) if brand.icon.present? %> <% end %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems