Credential create should use ace too (#1865)

This commit is contained in:
Andrew Cantino 2017-01-08 12:40:12 -05:00 committed by GitHub
parent 15855bd2f0
commit 5680547ed2

View file

@ -22,4 +22,4 @@ class @UserCredentialPage
$textarea.val(editor.getSession().getValue())
$ ->
Utils.registerPage(UserCredentialPage, forPathsMatching: /^user_credentials\/\d+/)
Utils.registerPage(UserCredentialPage, forPathsMatching: /^user_credentials\/(\d+|new)/)