Commit f64d7f336b42b490cc54b30e273a48d63418ce03

Authored by Victor Costa
1 parent 45ad6075

Fix hub style

plugins/community_hub/views/content_viewer/hub.html.erb
1 1 <% extend CommunityHubPlugin::HubHelper %>
2 2  
3   -<div id="<%=@page.id%>" class="hub">
  3 +<div id="<%=@page.id%>" class="hub clearfix">
4 4  
5 5 <div class="title"><%= @page.title %> HUB</div>
6 6  
... ... @@ -94,4 +94,4 @@
94 94 DEFAULT_PROMOTE_QUESTION = '<%= _("Are you sure that you want to promote this user?") %>';
95 95 </script>
96 96  
97 97 -<%= javascript_include_tag '/plugins/community_hub/javascripts/community_hub.js' %>
  98 +<%= javascript_include_tag '/plugins/community_hub/javascripts/community_hub.js' %>
98 99 \ No newline at end of file
... ...