Base raid response count on number of group responses instead of status responses.

This commit is contained in:
Casper V. Kristensen 2020-04-21 18:19:30 +02:00
parent 1df3b67fa1
commit 3023861a81
Signed by: caspervk
GPG key ID: 289CA03790535054

View file

@ -59,7 +59,7 @@
<div class="card mb-2">
<h6 class="card-header d-flex response-status-{{ status | slugify }}-bg">
<span class="mr-auto">
{{ status }}{% if group_responses_list|length > 1 %}: {{ group }}{% endif %} ({{ status_responses | length }})
{{ status }}{% if group_responses_list|length > 1 %}: {{ group }}{% endif %} ({{ group_responses | length }})
</span>
<span type="button" class="badge badge-dark" data-toggle="modal" data-target="#exportModal">Export</span>
</h6>