diff --git a/app/views/content_viewer/view_page.html.erb b/app/views/content_viewer/view_page.html.erb index 0394da6..f1d280f 100644 --- a/app/views/content_viewer/view_page.html.erb +++ b/app/views/content_viewer/view_page.html.erb @@ -42,7 +42,6 @@ <%= render :partial => 'shared/disabled_enterprise' %> -<%= @plugins.dispatch(:social_buttons_contents).collect { |content| instance_exec(&content) }.join("") %> <% if NOOSFERO_CONF['addthis_enabled'] %> <%= render :partial => 'addthis' %> <% end %> @@ -71,6 +70,8 @@ <%= display_source_info(@page) %> +<%= @plugins.dispatch(:social_buttons_contents).collect { |content| instance_exec(&content) }.join("") %> + <%= @plugins.dispatch(:article_extra_contents, @page).collect { |content| instance_exec(&content) }.join("") %>
diff --git a/plugins/social_share_privacy/public/style.css b/plugins/social_share_privacy/public/style.css index 8529625..e08049e 100644 --- a/plugins/social_share_privacy/public/style.css +++ b/plugins/social_share_privacy/public/style.css @@ -7,4 +7,5 @@ .social-buttons { display: inline-block; width: 100%; + margin: 10px 0; } -- libgit2 0.21.2