From e9c970e3995d0e7abf0bd8bf845af74d323adb40 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Tue, 7 Aug 2012 18:45:26 -0400 Subject: [PATCH] revert permanent link for comments --- lms/templates/discussion/_thread.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lms/templates/discussion/_thread.html b/lms/templates/discussion/_thread.html index 04b0a39fa6..f4db402ef1 100644 --- a/lms/templates/discussion/_thread.html +++ b/lms/templates/discussion/_thread.html @@ -88,12 +88,9 @@ ${render_link("discussion-link discussion-reply discussion-reply-" + type, "Reply")} ${render_link("discussion-link discussion-edit", "Edit")} - % if type == "thread": + % if type == 'thread': Permanent Link - % else: - Permanent Link % endif - % if content.get('endorsed', False):