FEATURE: show group mentions and topics in groups page

This commit is contained in:
Sam
2015-12-01 16:52:43 +11:00
parent 0cffbf87c3
commit d1a5d8ea62
25 changed files with 202 additions and 52 deletions

View File

@ -342,6 +342,8 @@ Discourse::Application.routes.draw do
resources :groups do
get 'members'
get 'posts'
get 'topics'
get 'mentions'
get 'counts'
member do