Skip to content
Snippets Groups Projects

Get entity label

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -11,5 +11,5 @@
*/
#}
<div id="prevnext-{{ direction }}" class="prevnext-element {{ direction }}">
<a href="{{ url }}">{{ text }}</a>
<a href="{{ url }}" title="{{ entity.label() }}">{{ text }}</a>
</div>
Loading