Add a prompt to the move dialog

This commit is contained in:
Nathan Sobo
2012-04-27 17:27:08 -06:00
parent 69a76d1b47
commit 18ccee32b8
3 changed files with 4 additions and 3 deletions

View File

@@ -158,6 +158,7 @@ fs = require 'fs'
class MoveDialog extends View
@content: ->
@div class: 'move-dialog', =>
@div "Enter the new path for the file:", outlet: 'prompt'
@subview 'editor', new Editor(mini: true)
initialize: (@project, @path) ->