Commit e031de6edd9ef61f2d76ee2d2039b5c9b1c807bc
1 parent
7730d9be
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
proposals_discussion: fix facebook button
Showing
2 changed files
with
5 additions
and
1 deletions
Show diff stats
plugins/proposals_discussion/public/style.css
plugins/proposals_discussion/views/content_viewer/_social.html.erb
1 | 1 | <a href="https://twitter.com/share" class="twitter-share-button" data-url="<%= url_for proposal.view_url %>" data-text="<%= proposal.title %>" data-count="none"></a> |
2 | 2 | |
3 | -<div class="fb-share-button" data-href="<%= url_for proposal.view_url %>" data-layout="box-count"></div> | |
3 | +<div class="fb-share-button" data-href="<%= url_for proposal.view_url %>"></div> | ... | ... |