wcs: fix bad end div tag position on card cell (#56609)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Build started... Details

This commit is contained in:
Thomas Jund 2021-09-02 17:44:50 +02:00
parent 44e00bc087
commit 5f34c09945
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,7 @@
{% endfor %}
{% endif %}
{% endspaceless %}
</div>
{% else %}
<div class="cell--body">
@ -56,6 +57,5 @@
</div>
{% endif %}
</div>
</div>
{% endblock %}