Sha256: f7d3b4a4d4f481dd2cb71ec664710c5a343636a54193c96f8b264753e629213a

Contents?: true

Size: 932 Bytes

Versions: 82

Compression:

Stored size: 932 Bytes

Contents

<% if repos?(prod) %>
  <% pid = prod[:id] %>
  <% cycle_class = cycle("", "alt", :name => 'product') %>
  <tr class="product <%= cycle_class %>" id="<%= product_id(pid) %>">
    <td>
      <%= "#{prod[:name]} " %>
      <%= "(Orphaned)" if prod[:object].orphaned? %>
    </td>
    <td class="max_width start_time"></td>
    <td class="max_width duration"></td>
    <td></td>
    <td class="result" id="table_<%= pid %>"></td>
    <% if @show_org %>
      <td><%= prod[:organization] %></td>
    <% end %>

    <% unless prod[:children].empty? %>
      <%= render :partial => "children",
          :locals => {:children => prod[:children], :parent_set => [pid], :cycle_class => cycle_class} %>
    <% end %>

    <% unless prod[:repos].empty? %>
      <%= render :partial => "repo", :collection => prod[:repos], :as=>:repo,
          :locals => {:parent_set => [pid], :cycle_class => cycle_class} %>
    <% end %>
  </tr>
<% end %>

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
katello-3.11.2 app/views/katello/sync_management/_product.html.erb
katello-3.10.2 app/views/katello/sync_management/_product.html.erb
katello-3.10.1.1 app/views/katello/sync_management/_product.html.erb
katello-3.10.1 app/views/katello/sync_management/_product.html.erb
katello-3.11.1 app/views/katello/sync_management/_product.html.erb
katello-3.11.0 app/views/katello/sync_management/_product.html.erb
katello-3.11.0.rc2 app/views/katello/sync_management/_product.html.erb
katello-3.11.0.rc1 app/views/katello/sync_management/_product.html.erb
katello-3.10.0 app/views/katello/sync_management/_product.html.erb
katello-3.10.0.rc1.1 app/views/katello/sync_management/_product.html.erb
katello-3.9.1 app/views/katello/sync_management/_product.html.erb
katello-3.10.0.rc1 app/views/katello/sync_management/_product.html.erb
katello-3.9.0 app/views/katello/sync_management/_product.html.erb
katello-3.8.1 app/views/katello/sync_management/_product.html.erb
katello-3.9.0.rc2 app/views/katello/sync_management/_product.html.erb
katello-3.9.0.rc1 app/views/katello/sync_management/_product.html.erb
katello-3.7.1.1 app/views/katello/sync_management/_product.html.erb
katello-3.7.1 app/views/katello/sync_management/_product.html.erb
katello-3.8.0 app/views/katello/sync_management/_product.html.erb
katello-3.8.0.rc3 app/views/katello/sync_management/_product.html.erb