From 53740ec4e8f09704d060a5d64420a9527ed1edcc Mon Sep 17 00:00:00 2001 From: Paradox Date: Thu, 21 Jul 2011 13:12:12 -0700 Subject: [PATCH] Fixed bug where clicking on context link (messages) took you to the main site --- r2/r2/templates/message.compact | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/templates/message.compact b/r2/r2/templates/message.compact index 2a97fccd6..c95703b56 100644 --- a/r2/r2/templates/message.compact +++ b/r2/r2/templates/message.compact @@ -87,7 +87,7 @@ %endif ${icon_button("Permalink", "permalink-icon", thing.permalink)} %if thing.was_comment: - ${icon_button("Context", "context-icon", thing.permalink + "?context=3")} + ${icon_button("Context", "context-icon", thing.permalink + ".compact?context=3")} %endif ${icon_button("Unread", "unread-icon", onclick="change_state(this, 'unread_message', unread_thing, true)" )}