Merge branch 'MDL-60492-tagcloud_html' of https://github.com/leonstr/moodle

This commit is contained in:
Andrew Nicols 2020-08-13 11:44:13 +08:00
commit 39229f3cbd

View file

@ -47,13 +47,14 @@
{{#tags}} {{#tags}}
<li> <li>
<a href="{{viewurl}}" class="{{#isstandard}}standardtag{{/isstandard}} s{{size}}" <a href="{{viewurl}}" class="{{#isstandard}}standardtag{{/isstandard}} s{{size}}"
{{#count}}title="{{#str}}numberofentries, blog, {{count}}{{/str}}{{/count}}"> {{#count}}title="{{#str}}numberofentries, blog, {{count}}{{/str}}"{{/count}}>
{{#flag}} {{#flag}}
<span class="flagged-tag">{{name}}</span></a> <span class="flagged-tag">{{name}}</span>
{{/flag}} {{/flag}}
{{^flag}} {{^flag}}
{{name}}</a> {{name}}
{{/flag}} {{/flag}}
</a>
</li> </li>
{{/tags}} {{/tags}}
</ul> </ul>