From 3eb2ff093c7ae83bde0bb5149ee92327f1a2596b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Fri, 15 Nov 2019 17:38:15 +0100 Subject: [PATCH] MDL-67277 forum: Remove the pinned class from the first cell There should be no need to have it, and the name is confusing here. --- mod/forum/templates/discussion_list.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/templates/discussion_list.mustache b/mod/forum/templates/discussion_list.mustache index c916154b403..17911c4ab8a 100644 --- a/mod/forum/templates/discussion_list.mustache +++ b/mod/forum/templates/discussion_list.mustache @@ -199,7 +199,7 @@ data-region="discussion-list-item" data-discussionid="{{id}}" data-forumid="{{forumid}}"> - + {{#discussion.pinned}} {{#pix}}i/pinned, mod_forum, {{#str}}discussionpinned, mod_forum{{/str}}{{/pix}} {{/discussion.pinned}}