Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 0a4dc0043 -> c4f31b65c


# ignite-843 Minor fix.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c4f31b65
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c4f31b65
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/c4f31b65

Branch: refs/heads/ignite-843
Commit: c4f31b65c1c6652766ac0fff46a1bd25885110f4
Parents: 0a4dc00
Author: Andrey <anovi...@gridgain.com>
Authored: Fri Jul 10 13:45:32 2015 +0700
Committer: Andrey <anovi...@gridgain.com>
Committed: Fri Jul 10 13:45:32 2015 +0700

----------------------------------------------------------------------
 modules/web-control-center/nodejs/views/profile.jade | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c4f31b65/modules/web-control-center/nodejs/views/profile.jade
----------------------------------------------------------------------
diff --git a/modules/web-control-center/nodejs/views/profile.jade 
b/modules/web-control-center/nodejs/views/profile.jade
index 3b6af19..62f344d 100644
--- a/modules/web-control-center/nodejs/views/profile.jade
+++ b/modules/web-control-center/nodejs/views/profile.jade
@@ -40,9 +40,10 @@ block container
                             .col-sm-4
                                 input.form-control(type='email' 
ng-model='profileUser.email' placeholder='y...@domain.com' required)
                         .details-row
-                            label
-                                input(type="checkbox" 
ng-model='profileUser.changePassword')
-                                | Change password
+                            .checkbox
+                                label
+                                    input(type="checkbox" 
ng-model='profileUser.changePassword')
+                                    | Change password
                         div(ng-show='profileUser.changePassword')
                             .details-row
                                 +lbl('New password:')

Reply via email to