Commit e4e4d8079e81a5aae9178c956d99c15de7935181

Authored by Victor Costa
1 parent 51edc337
Exists in master

community_hub: fix view

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
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)
... ...