Merge branch 'master' into 5735-edit-description-box-size
[arvados.git] / apps / workbench / app / views / projects / _show_description.html.erb
index 726094074b1de7b810d4221353fda9e756ee12b0..771217ba7ac04f78994194fd91c5b276cd4d1d94 100644 (file)
@@ -1,5 +1,5 @@
 <% if @object.respond_to? :description %>
   <div class="arv-description-as-subtitle">
-    <%= render_editable_attribute @object, 'description', nil, { 'data-emptytext' => "(No description provided)", 'data-toggle' => 'manual' } %>
+    <%= render_editable_attribute @object, 'description', nil, { 'data-emptytext' => "(No description provided)", 'data-toggle' => 'manual', 'data-mode' => 'inline', 'btntext' => 'Edit', 'btnplacement' => 'top', 'btnclass' => 'primary', 'data-rows' => 10 } %>
   </div>
 <% end %>