projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9767: add a link to workflow in the container_request#show page.
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
application
/
_object_description.html.erb
1
<% if @object.respond_to? :description %>
2
<div class="arv-description-as-subtitle">
3
<%= render_editable_attribute @object, 'description', nil, { 'data-emptytext' => "(No description provided)", 'data-toggle' => 'manual' } %>
4
</div>
5
<% end %>