Fixed bug where clicking on context link (messages) took you to the main site

This commit is contained in:
Paradox
2011-07-21 13:12:12 -07:00
committed by Max Goodman
parent e7ad7232ad
commit 53740ec4e8

View File

@@ -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)" )}
</div>