1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 09:55:33 +02:00

MDL-63830 block_myoverview: shorten card titles

This commit is contained in:
Bas Brands 2018-11-05 17:20:18 +01:00
parent 7ba8c72781
commit f457cb862d
3 changed files with 3 additions and 3 deletions
blocks
myoverview/templates
recentlyaccessedcourses/templates
starredcourses/templates

@ -50,7 +50,7 @@
{{> core_course/favouriteicon }}
<a href="{{viewurl}}" class="coursename">
<span class="sr-only">{{#str}}aria:coursename, core_course{{/str}}</span>
{{#shortentext}}40, {{{fullname}}} {{/shortentext}}
{{#shortentext}}30, {{{fullname}}} {{/shortentext}}
</a>
</div>
{{> block_myoverview/course-action-menu }}

@ -47,7 +47,7 @@
{{> core_course/favouriteicon }}
<a href="{{viewurl}}" class="coursename">
<span class="sr-only">{{#str}}aria:coursename, core_course{{/str}}</span>
{{#shortentext}}40, {{{fullname}}} {{/shortentext}}
{{#shortentext}}30, {{{fullname}}} {{/shortentext}}
</a>
</div>
</div>

@ -40,7 +40,7 @@
{{>core_course/favouriteicon }}
<a href="{{viewurl}}" class="coursename">
<span class="sr-only">{{#str}}aria:coursename, core_course{{/str}}</span>
{{#shortentext}}40, {{{fullname}}} {{/shortentext}}
{{#shortentext}}30, {{{fullname}}} {{/shortentext}}
</a>
</div>
</div>