mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-60492-tagcloud_html' of https://github.com/leonstr/moodle
This commit is contained in:
commit
39229f3cbd
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue