Commit 85aef7dd1f9c1c0ad03b978572b617da44ef51d3
1 parent
107c37d0
Exists in
master
and in
11 other branches
proposals_discussion: fix facebook button
Showing
2 changed files
with
5 additions
and
1 deletions
Show diff stats
public/style.css
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> | ... | ... |