We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc8bef commit c5318aaCopy full SHA for c5318aa
dojo/templates/dojo/findings_list_snippet.html
@@ -728,7 +728,8 @@ <h3 class="has-filters">
728
{% if finding.service %}{{ finding.service }}{% endif %}
729
</td>
730
<td class="nowrap">
731
- {% if finding.planned_remediation_date %}{{ finding.planned_remediation_date }}{% endif %}
+ {% if finding.planned_remediation_date %}On {{ finding.planned_remediation_date }}{% endif %}
732
+ {% if finding.planned_remediation_version %}in version {{ finding.planned_remediation_version }}{% endif %}
733
734
{% if filter_name != 'Closed' %}
735
0 commit comments