Skip to content

Commit

Permalink
fix(patches): apply generic-component-page-header+1.0.0.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryro committed Jun 20, 2018
1 parent bd9f3b2 commit 4bfeb84
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@

<div class="{{ _css_class }}"{{ _extra_attributes|raw }}>
<div class="ecl-container">
{% include '@ecl/generic-component-breadcrumb' with {
'segments': _breadcrumb,
'system': _system
} only %}
{% if _breadcrumb is not empty %}
{% include '@ecl/generic-component-breadcrumb' with {
'segments': _breadcrumb,
'system': _system
} only %}
{% endif %}
<div class="ecl-page-header__body">
{% if _identity is not empty %}
<div class="ecl-page-header__identity">
Expand Down

0 comments on commit 4bfeb84

Please sign in to comment.