diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 72b8c44e2..a8ee508d6 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -337,7 +337,7 @@ .debate-show, .proposal-show { - .social-share-button{ + .social_share_full .social-share-button{ display:inline; } diff --git a/app/views/debates/show.html.erb b/app/views/debates/show.html.erb index 935a785b0..459561c10 100644 --- a/app/views/debates/show.html.erb +++ b/app/views/debates/show.html.erb @@ -54,13 +54,14 @@

<%= t("debates.show.share") %>

-
- <%= social_share_button_tag(@debate.title) %> - <% if browser.mobile? %> - - <%= icon('whatsapp', class: 'fa-2x whatsapp') %> - - <% end %> +
+ <%= social_share_button_tag(@debate.title) %> + <% if browser.mobile? %> + + <%= icon('whatsapp', class: 'fa-2x whatsapp') %> + + <% end %> +
<% end %> diff --git a/app/views/proposals/show.html.erb b/app/views/proposals/show.html.erb index 96b38fae9..58fef7bae 100644 --- a/app/views/proposals/show.html.erb +++ b/app/views/proposals/show.html.erb @@ -86,13 +86,14 @@

<%= t("proposals.show.share") %>

-
- <%= social_share_button_tag(@proposal.title) %> - <% if browser.mobile? %> - - <%= icon('whatsapp', class: 'fa-2x whatsapp') %> - - <% end %> +
+ <%= social_share_button_tag(@proposal.title) %> + <% if browser.mobile? %> + + <%= icon('whatsapp', class: 'fa-2x whatsapp') %> + + <% end %> +