mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
FEATURE: show group mentions and topics in groups page
This commit is contained in:
@ -342,6 +342,8 @@ Discourse::Application.routes.draw do
|
||||
resources :groups do
|
||||
get 'members'
|
||||
get 'posts'
|
||||
get 'topics'
|
||||
get 'mentions'
|
||||
get 'counts'
|
||||
|
||||
member do
|
||||
|
Reference in New Issue
Block a user