Skip to content

Commit

Permalink
Update src/BootstrapAdminUi/templates/shared/crud/common/content/flas…
Browse files Browse the repository at this point in the history
…hes.html.twig

Co-authored-by: Dmitri Perunov <[email protected]>
  • Loading branch information
loic425 and diimpp authored Dec 10, 2024
1 parent 073be79 commit ce0434f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
{% for type in ['success', 'error', 'info', 'warning'] %}
{% for flash in session.flashbag.get(type) %}
<div
class="sylius alert alert-{{ type == 'error' ? 'danger' : type }}"
role="alert"
{{ sylius_test_html_attribute('sylius-flash-message') }}
{{ sylius_test_html_attribute('sylius-flash-message-type', type) }}
class="sylius alert alert-{{ type == 'error' ? 'danger' : type }}"
role="alert"
{{ sylius_test_html_attribute('sylius-flash-message') }}
{{ sylius_test_html_attribute('sylius-flash-message-type', type) }}
>
<div class="d-flex justify-content-between">
<div class="d-flex">
Expand Down

0 comments on commit ce0434f

Please sign in to comment.