Commit 568e84c91db1aa7e179dddfc1e2f57bc485cd2e4

Authored by Victor Costa
1 parent 1ac61676

community_hub: fix view

plugins/community_hub/lib/community_hub_plugin/hub.rb
... ... @@ -54,7 +54,7 @@ class CommunityHubPlugin::Hub < Folder
54 54 end
55 55  
56 56 def view_page
57   - "content_viewer/hub.rhtml"
  57 + "content_viewer/hub"
58 58 end
59 59  
60 60 def mediator?(user)
... ...