Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
We should call it Delete
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Jan 6, 2012
1 parent 60c45da commit 130b4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blogsiple.coffee
Expand Up @@ -68,7 +68,7 @@ registerBlog = (blog) ->
blog_resource.map 'get', 'workflow', (req, res) ->
results = [
{name: 'publish', label: 'Publish', action: {type: 'backbone_save', url: "/#{req.post.id}/publish"}, type: 'button'},
{name: 'force_destroy', label: 'Force Destroy', action: {type: 'backbone_destroy'}, type: 'button'}
{name: 'force_destroy', label: 'Delete', action: {type: 'backbone_destroy'}, type: 'button'}
]
res.json results

Expand Down

0 comments on commit 130b4de

Please sign in to comment.