Merge pull request 'no space before '/'' (#386) from fix-spacing into staging
All checks were successful
CI/CD Pipeline / test (push) Successful in 13m5s
CI/CD Pipeline / deploy-staging (push) Successful in 5m33s
CI/CD Pipeline / deploy-main (push) Has been skipped

Reviewed-on: #386
This commit is contained in:
philipp 2024-04-16 20:06:33 +02:00
commit 558f600271

View File

@ -139,7 +139,7 @@
{% if rower.id == log.shipmaster or rower.id == log.steering_person %}
<small class="text-gray-600 dark:text-primary-100">(
{%- if rower.id == log.shipmaster %}Schiffsführer
{% endif -%}
{%- endif -%}
{% if rower.id == log.shipmaster and rower.id == log.steering_person %}/{% endif %}
{%- if rower.id == log.steering_person %}Steuerperson
{%- endif -%}