Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lang/en/moodleoverflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@

// Strings for the view.php.
$string['noviewdiscussionspermission'] = 'You do not have the permission to view discussions in this forum';
$string['lastpost'] = 'Last post';

// Strings for the locallib.php.
$string['addanewdiscussion'] = 'Add a new discussion topic';
Expand Down
2 changes: 1 addition & 1 deletion templates/discussions.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</a>
{{/userlink}}
<div class="d-flex flex-wrap align-items-center">
<span class="text-muted">Last post:</span>
<span class="text-muted">{{#str}}lastpost, mod_moodleoverflow{{/str}}:</span>
<div>
<a href="{{{lastpostlink}}}" class="user-info d-flex px-2 py-1 align-items-center">
{{# lastpostuserpicture }}
Expand Down