From 568e84c91db1aa7e179dddfc1e2f57bc485cd2e4 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Fri, 31 Oct 2014 10:28:07 -0300 Subject: [PATCH] community_hub: fix view --- plugins/community_hub/lib/community_hub_plugin/hub.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/community_hub/lib/community_hub_plugin/hub.rb b/plugins/community_hub/lib/community_hub_plugin/hub.rb index e778c80..42b7731 100644 --- a/plugins/community_hub/lib/community_hub_plugin/hub.rb +++ b/plugins/community_hub/lib/community_hub_plugin/hub.rb @@ -54,7 +54,7 @@ class CommunityHubPlugin::Hub < Folder end def view_page - "content_viewer/hub.rhtml" + "content_viewer/hub" end def mediator?(user) -- libgit2 0.21.2