mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Add body class for messages pages.
This commit is contained in:
@@ -623,6 +623,9 @@ class MessageController(ListingController):
|
||||
show_nums = False
|
||||
render_cls = MessagePage
|
||||
allow_stylesheets = False
|
||||
# note: this intentionally replaces the listing-page class which doesn't
|
||||
# conceptually fit for styling these pages.
|
||||
extra_page_classes = ['messages-page']
|
||||
|
||||
@property
|
||||
def menus(self):
|
||||
|
||||
Reference in New Issue
Block a user