mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
comment.compact: Fix link in parent button
This commit is contained in:
committed by
Brian Simpson
parent
1f25a23414
commit
3ab3329613
@@ -93,7 +93,7 @@
|
||||
%if c.profilepage:
|
||||
${icon_button("Context", "context-icon", thing.permalink + ".compact?context=3")}
|
||||
%elif thing.parent_permalink:
|
||||
${icon_button("Parent", "parent-icon", thing.parent_permalink + ".compact")}
|
||||
${icon_button("Parent", "parent-icon", thing.parent_permalink)}
|
||||
%endif
|
||||
%if thing.is_author:
|
||||
${icon_button("Edit", "edit-icon", onclick="return edit_usertext(this)", outer_class="edit-button")}
|
||||
|
||||
Reference in New Issue
Block a user