Sha256: a94ad0b07319bbde4337a3901400b7e99498b6aad1223ce827f3a4d80c2ad66c

Contents?: true

Size: 437 Bytes

Versions: 82

Compression:

Stored size: 437 Bytes

Contents

<div id="sources-list">
  <% service_categories.each do |service_category| -%>
    <% if service_category.tag_services.length > 0 -%>
      <ul id="<%= service_category.dom_id %>-sources-list" class="services-list">
        <li class="source-title"><%= service_category.name %></li>
        <%= render :partial => 'aggregations/data_source', :collection => service_category.tag_services %>
      </ul>
    <% end -%>
  <% end -%>
</div>

Version data entries

82 entries across 82 versions & 2 rubygems

Version Path
muck-services-3.3.3 app/views/aggregations/_data_sources.html.erb
muck-services-3.3.2 app/views/aggregations/_data_sources.html.erb
muck-services-3.3.1 app/views/aggregations/_data_sources.html.erb
muck-services-3.3.0 app/views/aggregations/_data_sources.html.erb
muck-services-3.2.2 app/views/aggregations/_data_sources.html.erb
muck-services-3.2.1 app/views/aggregations/_data_sources.html.erb
muck-services-3.2.0 app/views/aggregations/_data_sources.html.erb
muck-services-3.1.1 app/views/aggregations/_data_sources.html.erb
muck-services-3.1.0 app/views/aggregations/_data_sources.html.erb
muck-services-0.1.47 app/views/aggregations/_data_sources.html.erb
muck-services-3.0.0 app/views/aggregations/_data_sources.html.erb
muck-services-0.1.46 app/views/aggregations/_data_sources.html.erb
muck-services-0.1.45 app/views/aggregations/_data_sources.html.erb
muck-services-0.1.44 app/views/aggregations/_data_sources.html.erb
muck-services-0.1.43 app/views/aggregations/_data_sources.html.erb
muck-services-0.1.42 app/views/aggregations/_data_sources.html.erb
muck-services-0.1.41 app/views/aggregations/_data_sources.html.erb
muck-services-0.1.40 app/views/aggregations/_data_sources.html.erb
muck-services-0.1.39 app/views/aggregations/_data_sources.html.erb
muck-services-0.1.38 app/views/aggregations/_data_sources.html.erb