Skip to content

Commit

Permalink
small fix in engagement_list.html (#9970)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer authored Apr 22, 2024
1 parent c69c22a commit 4e6bafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/templates/dojo/snippets/engagement_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h4> {% if status == "open" %}Active{% elif status == "paused" %}Paused {% else
<th class="text-left">Date</th>
<th class="text-left">Length</th>
{% if system_settings.enable_jira %}
<th class="text-center">JIRA</td>
<th class="text-center">JIRA</th>
{% endif %}
<th class="text-center">Tests</th>
<th class="text-center">Active (Verified)</th>
Expand Down

0 comments on commit 4e6bafa

Please sign in to comment.