Skip to content

Commit 503e855

Browse files
authored
IBX-6866: Added class to page title (#985)
1 parent 3716205 commit 503e855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/views/themes/admin/ui/page_title.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% import '@ibexadesign/ui/component/macros.html.twig' as html %}
22

33
{% if title is defined %}
4-
<div class="ibexa-page-title">
4+
<div class="ibexa-page-title {% if page_title_class is defined %}{{ page_title_class }}{% endif %}">
55
<div class="ibexa-page-title__top">
66
<h1 class="ibexa-page-title__title">
77
<span class="ibexa-page-title__content" title="{{ title }}">{{ title }}</span>

0 commit comments

Comments
 (0)