```
✨ feat(templates): Ajoute badge Stripe Climate au pied de page et CSP
Ajoute les badges Stripe Climate pour afficher nos actions et met à jour la
CSP pour autoriser climate.stripe.com.
```
This commit is contained in:
@@ -419,7 +419,7 @@
|
||||
</div>
|
||||
|
||||
{# 2. Réseaux Sociaux #}
|
||||
<div>
|
||||
<div style="height: 200px">
|
||||
<h3 class="text-lg font-semibold mb-3 text-gray-900">{{ 'footer_follow_us_title'|trans }}</h3>
|
||||
<div class="flex space-x-4">
|
||||
<a href="https://www.facebook.com/assocationecosplay" target="_blank" rel="noopener noreferrer"
|
||||
@@ -434,6 +434,9 @@
|
||||
|
||||
</a>
|
||||
</div>
|
||||
<h3 class="text-lg font-semibold mb-3 text-gray-900 py-1">{{ 'footer_action_title'|trans }}</h3>
|
||||
<iframe width="380" height="38" style="border:0;" src="https://climate.stripe.com/badge/qrsnOf?theme=light&size=small&locale={{ app.request.locale }}-{{ app.request.locale|upper }}"></iframe>
|
||||
<iframe width="380" height="38" style="border:0;margin-top: 0.5rem" src="https://climate.stripe.com/badge/7oAh3V?theme=light&size=small&locale={{ app.request.locale }}-{{ app.request.locale|upper }}"></iframe>
|
||||
</div>
|
||||
|
||||
{# 3. Bloc Personnalisable (E-Cosplay mission) #}
|
||||
|
||||
Reference in New Issue
Block a user