Sha256: f5b1aad8a6881149a6ee99165e9987c3dd8fb9eb115cc8513bff1f561a33c23f

Contents?: true

Size: 711 Bytes

Versions: 166

Compression:

Stored size: 711 Bytes

Contents

<% for child in children.sort{|a,b| a[:name] <=> b[:name]} %>
  <% new_set = parent_set + [child[:id]] %>
  <tr id="<%= id(new_set) %>" class="<%= parent_set_class(parent_set)%> <%= cycle_class %>">
    <td>
      <%= child[:name] %>
    </td>
    <td>
    </td>
    <td>
    </td>
    <td>
    </td>
    <td>
    </td>
  </tr> <!-- _children -->
  <%= render :partial=>"children", :locals=>{:children=>child[:children], :parent_set=>new_set, :cycle_class=>cycle_class} if !child[:children].empty? %>
  <%= render :partial=>"repo", :collection=>child[:repos].sort{|a,b| a.name <=> b.name}, :as=>:repo,
            :locals=>{:parent_set=>new_set, :cycle_class=>cycle_class} if !child[:repos].empty? %>
<% end %>

Version data entries

166 entries across 166 versions & 1 rubygems

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