enterprise.rhtml 257 Bytes Edit Raw Blame History 1 2 3 4 5 6 <ul class='enterprises_list_block'> <% @elements.each do |p| %> <li> <%= link_to_homepage(content_tag('span',p.name) + (p.image ? image_tag(p.image.public_filename :portrait) : ''), p.identifier) %> </li> <% end %> </ul> <br style="clear: both;" />