mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-24 22:38:09 -05:00
Fixed bug where clicking on context link (messages) took you to the main site
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user