aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/users/layout.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/users/layout.js')
-rw-r--r--server/sonar-web/src/main/js/apps/users/layout.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/users/layout.js b/server/sonar-web/src/main/js/apps/users/layout.js
index 90866f6f6e1..f72e5f2caa3 100644
--- a/server/sonar-web/src/main/js/apps/users/layout.js
+++ b/server/sonar-web/src/main/js/apps/users/layout.js
@@ -1,8 +1,8 @@
import Marionette from 'backbone.marionette';
-import './templates';
+import Template from './templates/users-layout.hbs';
export default Marionette.LayoutView.extend({
- template: Templates['users-layout'],
+ template: Template,
regions: {
headerRegion: '#users-header',