MDL-58146 block_myoverview: format summary using shortentext helper

Part of MDL-55611 epic.
This commit is contained in:
Simey Lameze 2017-03-09 11:02:04 +08:00 committed by Damyon Wiese
parent a7f9abc8be
commit 1dd4375f2f
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
{{startdate}} - {{enddate}}
</div>
<div class="row text-muted">
{{{summary}}}
{{#shortentext}} 140, {{{summary}}}{{/shortentext}}
</div>
</div>
</div>

View File

@ -44,7 +44,7 @@
{{startdate}} - {{enddate}}
</div>
<div class="row text-muted">
{{{summary}}}
{{#shortentext}} 140, {{{summary}}}{{/shortentext}}
</div>
</div>
</div>