projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add 'build/' from commit '555b039609a3c8700c27767c255fdfe00eb42063'
[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 %>