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

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

});