8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / projects / _show_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', 'data-mode' => 'inline', 'data-rows' => 10 }, { btntext: 'Edit', btnclass: 'primary', btnplacement: :top } %>
4   </div>
5 <% end %>