Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e4e4d8079e81a5aae9178c956d99c15de7935181
Authored by
Victor Costa
2014-10-31 10:28:07 -0300
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
Side-by-side Diff
Inline Diff
lib/community_hub_plugin/hub.rb
Wrap text
Diff comments
View file @
e4e4d80
...
...
@@ -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)
...
...