MDL-63830 block_myoverview: shorten card titles

This commit is contained in:
Bas Brands
2018-11-07 11:47:23 +01:00
parent 7ba8c72781
commit f457cb862d
3 changed files with 3 additions and 3 deletions
@@ -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>