3 Commits

Author SHA1 Message Date
766886d857 Merge pull request 'nicer-label' (#803) from nicer-label into staging
All checks were successful
CI/CD Pipeline / test (push) Successful in 11m23s
CI/CD Pipeline / deploy-staging (push) Successful in 5m55s
CI/CD Pipeline / deploy-main (push) Has been skipped
Reviewed-on: #803
2024-11-25 21:01:38 +01:00
4408100e49 nicer label
Some checks failed
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled
2024-11-25 21:00:25 +01:00
32b8aa0145 Merge pull request 'allow non-cox to create ergo-trips' (#802) from ergo-trips into main
All checks were successful
CI/CD Pipeline / test (push) Successful in 22m52s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Successful in 20m53s
Reviewed-on: #802
2024-11-25 12:31:57 +01:00

View File

@@ -448,7 +448,9 @@
{% endif %} {% endif %}
"> ">
<span class="absolute inset-y-0 left-0 flex items-center pl-3">{% include "includes/plus-icon" %}</span> <span class="absolute inset-y-0 left-0 flex items-center pl-3">{% include "includes/plus-icon" %}</span>
Ausfahrt {% if not loggedin_user.allowed_to_steer %}Ergo-Session
{%- else -%}
Ausfahrt{%endif%}
</a> </a>
{% endif %} {% endif %}
</div> </div>