mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Refactor AdministerUserModal to use new flat style instead of legacy plain style
This commit is contained in:
parent
8b22b78f74
commit
78d221fe4c
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
extends /templates/core/modal-base
|
||||
extends /templates/core/modal-base-flat
|
||||
|
||||
block modal-header-content
|
||||
h3 Administer User
|
||||
|
|
|
@ -6,7 +6,6 @@ Prepaid = require 'models/Prepaid'
|
|||
module.exports = class AdministerUserModal extends ModalView
|
||||
id: "administer-user-modal"
|
||||
template: template
|
||||
plain: true
|
||||
|
||||
events:
|
||||
'click #save-changes': 'onSaveChanges'
|
||||
|
|
Loading…
Reference in a new issue