8784: Fix test for latest firefox.
[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 %>