mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
fix offsite buttons to not include subreddit
This commit is contained in:
@@ -296,6 +296,7 @@ class NavButton(Styled):
|
||||
|
||||
class OffsiteButton(NavButton):
|
||||
def build(self, base_path = ''):
|
||||
self.sr_path = False
|
||||
self.path = self.bare_path = self.dest
|
||||
|
||||
class SubredditButton(NavButton):
|
||||
|
||||
Reference in New Issue
Block a user