mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-64099 message: Show last message for individual messages
This commit is contained in:
parent
d67e734678
commit
494575bc55
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@
|
||||||
}
|
}
|
||||||
{{/str}}
|
{{/str}}
|
||||||
{{/lastsendername}}
|
{{/lastsendername}}
|
||||||
|
{{^lastsendername}}
|
||||||
|
<span class='text-muted'>{{lastmessage}}</span>
|
||||||
|
{{/lastsendername}}
|
||||||
{{/sentfromcurrentuser}}
|
{{/sentfromcurrentuser}}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue