Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
aa52fde
)
Merge branch 'MDL-68898-master' of git://github.com/bmbrands/moodle
author
Jake Dallimore
<jake@moodle.com>
Wed, 3 Jun 2020 04:10:38 +0000
(12:10 +0800)
committer
Jake Dallimore
<jake@moodle.com>
Wed, 3 Jun 2020 04:10:38 +0000
(12:10 +0800)
contentbank/templates/bankcontent.mustache
patch
|
blob
|
blame
|
history
diff --git
a/contentbank/templates/bankcontent.mustache
b/contentbank/templates/bankcontent.mustache
index
020b905
..
294ac41
100644
(file)
--- a/
contentbank/templates/bankcontent.mustache
+++ b/
contentbank/templates/bankcontent.mustache
@@
-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>