mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04: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