Commit bc210052e5896066ad6680ca112e75b85afdbe18
1 parent
0ab63284
Exists in
master
and in
27 other branches
social-share: places the social buttons below the content
(ActionItem3238)
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
app/views/content_viewer/view_page.html.erb
| ... | ... | @@ -42,7 +42,6 @@ |
| 42 | 42 | |
| 43 | 43 | <%= render :partial => 'shared/disabled_enterprise' %> |
| 44 | 44 | |
| 45 | -<%= @plugins.dispatch(:social_buttons_contents).collect { |content| instance_exec(&content) }.join("") %> | |
| 46 | 45 | <% if NOOSFERO_CONF['addthis_enabled'] %> |
| 47 | 46 | <%= render :partial => 'addthis' %> |
| 48 | 47 | <% end %> |
| ... | ... | @@ -71,6 +70,8 @@ |
| 71 | 70 | |
| 72 | 71 | <%= display_source_info(@page) %> |
| 73 | 72 | |
| 73 | +<%= @plugins.dispatch(:social_buttons_contents).collect { |content| instance_exec(&content) }.join("") %> | |
| 74 | + | |
| 74 | 75 | <%= @plugins.dispatch(:article_extra_contents, @page).collect { |content| instance_exec(&content) }.join("") %> |
| 75 | 76 | |
| 76 | 77 | <div class="comments" id="comments_list"> | ... | ... |