From 6bc69ff97b7d6b5a07c5f31f212fbf9e29ad2db5 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Mon, 6 Aug 2012 18:38:04 -0400 Subject: [PATCH] added permanent link for comments --- lms/templates/discussion/_thread.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lms/templates/discussion/_thread.html b/lms/templates/discussion/_thread.html index 692cb41d9b..04b0a39fa6 100644 --- a/lms/templates/discussion/_thread.html +++ b/lms/templates/discussion/_thread.html @@ -42,6 +42,7 @@
${render_title(content, type, **kwargs)}
+ % if content.get('highlighted_body', None):
${content['highlighted_body'] | h}
% else: @@ -89,6 +90,8 @@ % if type == "thread": Permanent Link + % else: + Permanent Link % endif