Skip to content

Commit

Permalink
Changed notification template
Browse files Browse the repository at this point in the history
  • Loading branch information
m-adamski committed Nov 3, 2024
1 parent 0a506da commit cc22d9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Resources/views/notification.html.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% if notifications|length > 0 %}
{% for notification in notifications %}
<section class="invisible" data-notification="{{ notification.text }}"
data-notification-type="{{ notification.type }}">
</section>
<div>{{ notification.message }}</div>
{% endfor %}
{% endif %}

0 comments on commit cc22d9b

Please sign in to comment.