<% limit_reached = repository_rows.length == Constants::ATWHO_SEARCH_LIMIT + 1 %>
<% repository_rows.take(Constants::ATWHO_SEARCH_LIMIT).each do |row| %>
  • <%= row[:repository_tag] %> <%= row[:name] %>
  • <% end %> <% if limit_reached %>
    To get other results, please type more
    <% end %> <% if repository_rows.empty? %> <%= render partial: 'shared/smart_annotation/no_results.html.erb' %> <% end %>
    <%= render partial: 'shared/smart_annotation/footer.html.erb' %>