Skip to content

Commit

Permalink
IBX-6866: Added class to page title (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gengar-i authored Nov 16, 2023
1 parent 3716205 commit 503e855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% import '@ibexadesign/ui/component/macros.html.twig' as html %}

{% if title is defined %}
<div class="ibexa-page-title">
<div class="ibexa-page-title {% if page_title_class is defined %}{{ page_title_class }}{% endif %}">
<div class="ibexa-page-title__top">
<h1 class="ibexa-page-title__title">
<span class="ibexa-page-title__content" title="{{ title }}">{{ title }}</span>
Expand Down

0 comments on commit 503e855

Please sign in to comment.