ref: master
plugins/escambo/views/escambo_plugin_public/_enterprise_results.html.erb
<% if @query.present? %> <% if @enterprises.empty? %> <%= _('No enterprise found') %> <% else %> <% @enterprises.each do |enterprise| %><%= radio_button_tag "enterprise_id", enterprise.id %> <%= profile_image enterprise %> <%= link_to enterprise.name, enterprise.url, :target => '_blank' %><% end %> <% end %> <% end %>