projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9767: need to parse the json string of the workflow yaml
[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>
5
<% end %>