Sha256: 1a25eef2733c0323dc14f86e1cfe1c21050ec7d600733b404f7dbd77166c88aa

Contents?: true

Size: 935 Bytes

Versions: 164

Compression:

Stored size: 935 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 %>
  </tr> <!-- _products -->

  <% 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 %>
<% end %>

Version data entries

164 entries across 164 versions & 1 rubygems

Version Path
katello-4.15.0.rc2 app/views/katello/sync_management/_product.html.erb
katello-4.15.0.rc1 app/views/katello/sync_management/_product.html.erb
katello-4.14.1 app/views/katello/sync_management/_product.html.erb
katello-4.14.0 app/views/katello/sync_management/_product.html.erb
katello-4.14.0.rc3 app/views/katello/sync_management/_product.html.erb
katello-4.14.0.rc2 app/views/katello/sync_management/_product.html.erb
katello-4.14.0.rc1.1 app/views/katello/sync_management/_product.html.erb
katello-4.14.0.rc1 app/views/katello/sync_management/_product.html.erb
katello-4.13.1 app/views/katello/sync_management/_product.html.erb
katello-4.13.0 app/views/katello/sync_management/_product.html.erb
katello-4.12.1 app/views/katello/sync_management/_product.html.erb
katello-4.13.0.rc1 app/views/katello/sync_management/_product.html.erb
katello-4.12.0 app/views/katello/sync_management/_product.html.erb
katello-4.12.0.rc3 app/views/katello/sync_management/_product.html.erb
katello-4.12.0.rc2 app/views/katello/sync_management/_product.html.erb
katello-4.12.0.rc1 app/views/katello/sync_management/_product.html.erb
katello-4.11.1 app/views/katello/sync_management/_product.html.erb
katello-4.11.0 app/views/katello/sync_management/_product.html.erb
katello-4.11.0.rc2 app/views/katello/sync_management/_product.html.erb
katello-4.11.0.rc1 app/views/katello/sync_management/_product.html.erb