Commit 6086b7a46201d2532fb876fb54bc062dcfcb6ffe
1 parent
a77ae655
Exists in
master
Fix hub style
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
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 | ... | ... |