diff --git a/cms/static/coffee/src/views/unit.coffee b/cms/static/coffee/src/views/unit.coffee index 3fa43f531c..a0576e9178 100644 --- a/cms/static/coffee/src/views/unit.coffee +++ b/cms/static/coffee/src/views/unit.coffee @@ -236,4 +236,5 @@ class CMS.Views.UnitEdit.SaveDraftButton extends Backbone.View @$el.addClass('disabled') enable: => - @$el.removeClass('disabled') \ No newline at end of file + @$el.removeClass('disabled') + @model.save() \ No newline at end of file diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index e15288024f..8bebc335ef 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -326,6 +326,10 @@ display: none; } + #delete-draft { + display: inline-block; + } + .save-button, .preview-button, .publish-button,