Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
} %}
{% block body_row_cells %}
{% embed '@ibexadesign/ui/component/table/table_body_cell.html.twig' %}
{% embed '@ibexadesign/ui/component/table/table_body_cell.html.twig' with { class: '' } %}
{% block content %}
<div>
<span class="ibexa-notifications-modal__notice-dot"></span>
Expand All @@ -75,7 +75,7 @@
</div>
{% endblock %}
{% endembed %}
{% embed '@ibexadesign/ui/component/table/table_body_cell.html.twig' %}
{% embed '@ibexadesign/ui/component/table/table_body_cell.html.twig' with { class: '' } %}
{% block content %}
<div class="ibexa-notifications-modal__actions">
<button class="btn ibexa-btn ibexa-btn--ghost" id="ibexa-notifications-modal-popup-trigger-{{ notification.id }}">
Expand Down
Loading