Skip to content

Commit

Permalink
Merge branch '4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Feb 6, 2024
2 parents 12b3b45 + 855d3fd commit f8cfd72
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
{% else %}
{% if location is defined %}
<h3><a href="{{ ibexa_path(location) }}">{{ content_name }}</a></h3>
{% else %}
{% elseif content.contentInfo.mainLocationId is not null %}
<h3><a href="{{ ibexa_path(content) }}">{{ content_name }}</a></h3>
{% else %}
<h3>{{ content_name }}</h3>
{% endif %}
{% endif %}

0 comments on commit f8cfd72

Please sign in to comment.