Skip to content

Commit

Permalink
EZP-32210 objects multiple locations labels (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelakpagni authored Dec 10, 2020
1 parent daf825b commit 993d8df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{{ form_widget(form_content_location_remove.locations[location.id], {'attr': {'disabled': not location.canDelete}}) }}
</td>
<td class="ez-table__cell align-middle">
{% include '@ezdesign/parts/path.html.twig' with {'locations': location.pathLocations} %}
{% include '@ezdesign/parts/path.html.twig' with {'locations': location.pathLocations, 'link_last_element': true} %}
</td>
<td class="ez-table__cell align-middle">{{ location.childCount }}</td>
<td class="ez-table__cell">
Expand Down

0 comments on commit 993d8df

Please sign in to comment.