|
{{ value["label"] }}
{% for result in value['results'] %}
{{ result['file_name'] }}
{% for match in result['matches'] %}
{% if match is mapping and "lineNumber" in match %}
{% endfor %}
{% else %}
|
{% if value['count'] > 2 %}
{% set label_class = " label-important" %}
{% elif value['count'] > 0 %}
{% set label_class = " label-warning" %}
{% else %}
{% set label_class = " label-success" %}
{% endif %}
|
{{ value["label"] }}
{% for result in value['results'] %}
{{ result['file_name'] }}
{% for match in result['matches'] %}
{% if match is mapping and "lineNumber" in match %}
{% endfor %}
{% else %}
|
{% if value['count'] > 10 %}
{% set label_class = " label-important" %}
{% elif value['count'] > 0 %}
{% set label_class = " label-warning" %}
{% else %}
{% set label_class = " label-success" %}
{% endif %}