Sha256: aa5ca7f055338257183ee9debf0cd88c4cd392f6596c765016609b701180f4be

Contents?: true

Size: 619 Bytes

Versions: 6

Compression:

Stored size: 619 Bytes

Contents

<%= render(@layout.new(field: @field)) do |component| %>
  <% component.label do %>
    <%= label %>
  <% end %>
  <% component.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

6 entries across 6 versions & 1 rubygems

Version Path
arclight-1.0.0 app/components/arclight/repository_location_component.html.erb
arclight-1.0.0.beta6 app/components/arclight/repository_location_component.html.erb
arclight-1.0.0.beta4 app/components/arclight/repository_location_component.html.erb
arclight-1.0.0.beta3 app/components/arclight/repository_location_component.html.erb
arclight-1.0.0.beta2 app/components/arclight/repository_location_component.html.erb
arclight-1.0.0.beta1 app/components/arclight/repository_location_component.html.erb