aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/quality-profiles/intro-view.js
blob: bb409c80cfe73487c1311a6c8734605f13472ee8 (plain)
1
2
3
4
5
6
7
8
9
define([
  './templates'
], function () {

  return Marionette.ItemView.extend({
    template: Templates['quality-profiles-intro']
  });

});