mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-58146 block_myoverview: format summary using shortentext helper
Part of MDL-55611 epic.
This commit is contained in:
parent
a7f9abc8be
commit
1dd4375f2f
@ -40,7 +40,7 @@
|
||||
{{startdate}} - {{enddate}}
|
||||
</div>
|
||||
<div class="row text-muted">
|
||||
{{{summary}}}
|
||||
{{#shortentext}} 140, {{{summary}}}{{/shortentext}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -44,7 +44,7 @@
|
||||
{{startdate}} - {{enddate}}
|
||||
</div>
|
||||
<div class="row text-muted">
|
||||
{{{summary}}}
|
||||
{{#shortentext}} 140, {{{summary}}}{{/shortentext}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user