Sha256: 64e69e32fcb5748b74f2f5e23e077e291f10436b91f5c15ad3ba3a1be50af2dd
Contents?: true
Size: 629 Bytes
Versions: 8
Compression:
Stored size: 629 Bytes
Contents
<%= render(@layout.new(field: @field)) do |component| %> <% component.with_label do %> <%= label %> <% end %> <% component.with_value do %> <div class='al-in-person-repository-name'> <% if repository.thumbnail_url %> <%= image_tag repository.thumbnail_url, alt: '', class: 'img-fluid float-left' %> <% end %> <div> <%= link_to(repository.name, helpers.arclight_engine.repository_path(repository.slug)) %> </div> </div> <div class='al-in-person-repository-location'> <address> <%= repository.location %> </address> </div> <% end %> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems