<% if repository.thumbnail_url %> <%= image_tag repository.thumbnail_url, alt: repository.name, class: 'img-fluid float-left' %> <% end %>
<%= link_to(repository.name, arclight_engine.repository_path(repository.slug)) %>
<% %i[building address1 address2 city_state_zip_country phone contact_info].each do |f| %> <% if repository.send(f).present? %>
<%= repository.send(f) %>
<% end %> <% end %>