mirror of https://github.com/yandex/gixy
Minor templates improvements (#54)
parent
183aae602b
commit
6f360bc16d
|
@ -9,7 +9,7 @@ No issues found.
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
{% for issue in issues|sort(attribute='severity') %}
|
{% for issue in issues|sort(attribute='severity') %}
|
||||||
{{ colors[issue.severity] }}>> Problem: [{{ issue.plugin }}] {{ issue.summary }}
|
{{ colors[issue.severity] }}>> Problem: [{{ issue.plugin }}] {{ issue.summary }}{{ colors.DEF }}
|
||||||
{% if issue.description %}
|
{% if issue.description %}
|
||||||
Description: {{ issue.description }}
|
Description: {{ issue.description }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -19,7 +19,7 @@ No issues found.
|
||||||
{% if issue.reason %}
|
{% if issue.reason %}
|
||||||
Reason: {{ issue.reason }}
|
Reason: {{ issue.reason }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Pseudo config:{{ colors.DEF }}
|
Pseudo config:
|
||||||
{{ issue.config }}
|
{{ issue.config }}
|
||||||
|
|
||||||
{% if not loop.last %}
|
{% if not loop.last %}
|
||||||
|
@ -30,7 +30,6 @@ No issues found.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not loop.last %}
|
{% if not loop.last %}
|
||||||
--------8<--------8<--------8<--------8<--------
|
--------8<--------8<--------8<--------8<--------
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if stats %}
|
{% if stats %}
|
||||||
|
|
|
@ -30,7 +30,6 @@ No issues found.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not loop.last %}
|
{% if not loop.last %}
|
||||||
--------8<--------8<--------8<--------8<--------
|
--------8<--------8<--------8<--------8<--------
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if stats %}
|
{% if stats %}
|
||||||
|
|
Loading…
Reference in New Issue