Sha256: fc6c7a3a80affb864957133edd81895e67cca6ad3be64ba0fac9ed59244f7e9b

Contents?: true

Size: 586 Bytes

Versions: 7

Compression:

Stored size: 586 Bytes

Contents

<% repositories.each do |repository| %>
    <h3><%= link_to repository['name'], '#', :onclick => 'repoSelected(this)', "data-hub" => use_hub %></h3>
    <p>
      <%= '<span class="glyphicon glyphicon-certificate" title="Official"></span>'.html_safe if repository['is_official'] %>
      <%= '<span class="glyphicon glyphicon-thumbs-up" title="Trusted"></span>'.html_safe    if repository['is_trusted'] %>
      <span class="glyphicon glyphicon-star"></span> <%= repository['star_count'] %>
    </p>
    <p>
      <%= trunc_with_tooltip(repository['description']) %>
    </p>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman_docker-3.0.0 app/views/image_search/_repository_search_results.html.erb
foreman_docker-2.1.1 app/views/image_search/_repository_search_results.html.erb
foreman_docker-2.1.0 app/views/image_search/_repository_search_results.html.erb
foreman_docker-2.0.1 app/views/image_search/_repository_search_results.html.erb
foreman_docker-2.0.0 app/views/image_search/_repository_search_results.html.erb
foreman_docker-1.4.1 app/views/image_search/_repository_search_results.html.erb
foreman_docker-1.4.0 app/views/image_search/_repository_search_results.html.erb