8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / pipeline_instances / _component_labels.html.erb
1 <% pipeline_jobs(object).each do |pj| %>
2   <span class="label label-<%= pj[:labeltype] %>">
3     <%= pj[:name] %>
4   </span>&nbsp;
5 <% end %>