MDL-68898 core_contentbank: add link attribute to contentbank items

- this will reveil the fullname of the item which is useful when
the name is truncated
This commit is contained in:
Bas Brands
2020-06-02 16:20:48 +02:00
parent 111b293f61
commit f31d33c2de
+1 -1
View File
@@ -142,7 +142,7 @@
<div class="cb-thumbnail" role="img" aria-label="{{{ name }}}"
style="background-image: url('{{{ icon }}}');">
</div>
<a href="{{{ link }}}" class="cb-link stretched-link">
<a href="{{{ link }}}" class="cb-link stretched-link" title="{{{ name }}}">
<span class="cb-name word-break-all clamp-2" data-region="cb-content-name">
{{{ name }}}
</span>