Sha256: 1a25eef2733c0323dc14f86e1cfe1c21050ec7d600733b404f7dbd77166c88aa

Contents?: true

Size: 935 Bytes

Versions: 167

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

167 entries across 167 versions & 1 rubygems

Version Path
katello-4.8.0.rc1 app/views/katello/sync_management/_product.html.erb
katello-4.7.3 app/views/katello/sync_management/_product.html.erb
katello-4.7.2 app/views/katello/sync_management/_product.html.erb
katello-4.7.1 app/views/katello/sync_management/_product.html.erb
katello-4.6.2.1 app/views/katello/sync_management/_product.html.erb
katello-4.6.2 app/views/katello/sync_management/_product.html.erb
katello-4.7.0 app/views/katello/sync_management/_product.html.erb
katello-4.6.1 app/views/katello/sync_management/_product.html.erb
katello-4.7.0.rc2 app/views/katello/sync_management/_product.html.erb
katello-4.7.0.rc1 app/views/katello/sync_management/_product.html.erb
katello-4.4.2.2 app/views/katello/sync_management/_product.html.erb
katello-4.4.2.1 app/views/katello/sync_management/_product.html.erb
katello-4.4.2 app/views/katello/sync_management/_product.html.erb
katello-4.5.1 app/views/katello/sync_management/_product.html.erb
katello-4.6.0 app/views/katello/sync_management/_product.html.erb
katello-4.6.0.rc2 app/views/katello/sync_management/_product.html.erb
katello-4.6.0.rc1 app/views/katello/sync_management/_product.html.erb
katello-4.5.0 app/views/katello/sync_management/_product.html.erb
katello-4.5.0.rc2 app/views/katello/sync_management/_product.html.erb
katello-4.4.1 app/views/katello/sync_management/_product.html.erb