mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
Move styling to scss file and fix styling of participation list
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="participations-wrapper" style="background-color: whitesmoke; padding: 1rem; margin-bottom: .5rem;">
|
||||
<div class="participations-wrapper">
|
||||
<h2>{{ 'Participations'|trans }}</h2>
|
||||
{% set count = event.participations|length %}
|
||||
<p>{{ 'count participations to this event'|trans({'count': count}) }}</p>
|
||||
|
Reference in New Issue
Block a user