Skip to content

Commit 1aeef6c

Browse files
committed
1 parent d7b4ce5 commit 1aeef6c

File tree

1 file changed

+1
-1
lines changed
  • Neos.Neos/Resources/Private/Templates/Service/Nodes

1 file changed

+1
-1
lines changed

Neos.Neos/Resources/Private/Templates/Service/Nodes/Show.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>{neos:backend.translate(id: 'node', value: 'Node')}: {neos:node.label(node:
1717
</tr>
1818
<tr>
1919
<th>_path</th>
20-
<td class="node-path">{node.name}</td>
20+
<td class="node-path">{node.name.value}</td>
2121
</tr>
2222
<tr>
2323
<th>nodeContextPath</th>

0 commit comments

Comments
 (0)