blob: f6cc63068b8976e1c181b976aa84a57c3efcfd37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<table>
<tr>
<td class="text-top">{{name}}</td>
{{#if isInherited}}
<td class="text-top thin spacer-left">
<i class="icon-inheritance" title="{{tp 'quality_profiles.inherits' parentName}}"
data-toggle="tooltip" data-placement="bottom"></i>
</td>
{{/if}}
<td class="text-top thin nowrap spacer-left">
{{#if isDefault}}
<span class="badge pull-right">{{t 'default'}}</span>
{{else}}
<span class="note pull-right">{{tp 'quality_profiles.x_projects' projectCountFormatted}}</span>
{{/if}}
</td>
</tr>
</table>
|