We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3716205 commit 503e855Copy full SHA for 503e855
src/bundle/Resources/views/themes/admin/ui/page_title.html.twig
@@ -1,7 +1,7 @@
1
{% import '@ibexadesign/ui/component/macros.html.twig' as html %}
2
3
{% if title is defined %}
4
- <div class="ibexa-page-title">
+ <div class="ibexa-page-title {% if page_title_class is defined %}{{ page_title_class }}{% endif %}">
5
<div class="ibexa-page-title__top">
6
<h1 class="ibexa-page-title__title">
7
<span class="ibexa-page-title__content" title="{{ title }}">{{ title }}</span>
0 commit comments