FEATURE: optional top level bookmarks tab

This commit is contained in:
Sam
2015-01-25 15:53:11 +11:00
parent 7d07ad4aa4
commit ba186b25a7
5 changed files with 11 additions and 2 deletions

View File

@ -56,7 +56,7 @@ module Discourse
class CSRF < Exception; end
def self.filters
@filters ||= [:latest, :unread, :new, :read, :posted]
@filters ||= [:latest, :unread, :new, :read, :posted, :bookmarks]
end
def self.feed_filters