Skip to content

Commit 61fc41b

Browse files
committed
feat: updated alert & alert-success implementation
1 parent 37b5914 commit 61fc41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/profiles/custom/os2loop/themes/os2loop_theme/templates/field/field--os2loop-documents-info-box.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ highlight_color
3232
%}
3333
<div{{ attributes.addClass(classes) }}>
3434
{% for item in items %}
35-
<div class="alert alert-success" {{ item.attributes }}>{{ item.content }}</div>
35+
<div {{ item.attributes.addClass('alert alert-success') }}>{{ item.content }}</div>
3636
{% endfor %}
3737
</div>

0 commit comments

Comments
 (0)