aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/coding-rules/templates/rule/coding-rules-custom-rules.hbs
blob: 402c99a16c8223fa029093b96de8c3378bfd96cd (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="coding-rules-detail-custom-rules-section">
  <div class="coding-rule-section-separator"></div>

  <h3 class="coding-rules-detail-title">{{t 'coding_rules.custom_rules'}}</h3>

  {{#if canCreateCustomRule}}
    <button class="js-create-custom-rule spacer-left">{{t 'coding_rules.create'}}</button>
  {{/if}}

  <table id="coding-rules-detail-custom-rules" class="coding-rules-detail-list"></table>
</div>