<% if @object.respond_to? :description %>
<%= 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 } %>
<% end %>