Skip to content

Commit

Permalink
Merge tag v2.3.27 into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Sep 13, 2024
1 parent 117b0a8 commit 474afff
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Resources/views/documents/usage.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
<table class="content-table uk-table">
<thead>
<tr>
<th class="uk-text-center">{% trans %}title{% endtrans %}</th>
<th>{% trans %}title{% endtrans %}</th>
<th>{% trans %}usage.fieldName{% endtrans %}</th>
<th>{% trans %}nodeType.name{% endtrans %}</th>
</tr>
</thead>
<tbody>
{% for usage in usages %}
{% set source = usage.nodeSource %}
{% set field = usage.field %}
{% set field = usage.fieldName %}
<tr>
<td>
<a href="{{ path('nodesEditSourcePage', {
Expand All @@ -41,8 +40,7 @@
{% endif %}
</a>
</td>
<td>{{ field.name }}</td>
<td>{{ field.nodeType.name }}</td>
<td>{{ field }}</td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit 474afff

Please sign in to comment.