2872: Merge branch '2872-folder-nav' closes #2872
[arvados.git] / apps / workbench / app / views / pipeline_instances / _component_labels.html.erb
diff --git a/apps/workbench/app/views/pipeline_instances/_component_labels.html.erb b/apps/workbench/app/views/pipeline_instances/_component_labels.html.erb
new file mode 100644 (file)
index 0000000..d2d824b
--- /dev/null
@@ -0,0 +1,5 @@
+<% pipeline_jobs(object).each do |pj| %>
+  <span class="label label-<%= pj[:labeltype] %>">
+    <%= pj[:name] %>
+  </span>&nbsp;
+<% end %>