Share in social networks

* Add the social buttons gem to the Gemfile

* Initializer and translations for the social buttons

* Add the social buttons assets to the sprockets require

* Add the social buttons in the show debate view

* Spec to lock down the amount of social share buttons to three
This commit is contained in:
Fernando Seror
2015-08-09 09:27:25 -05:00
parent 8053034ddf
commit 6d20972f34
9 changed files with 57 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
//= require foundation
//= require turbolinks
//= require ckeditor/init
//= require social-share-button
//= require app
//= require_tree .

View File

@@ -1,6 +1,10 @@
/*
*= require social-share-button
*/
@import "foundation_and_overrides";
@import "fonts";
@import "icons";
@import "variables";
@import "participacion";
@import "debates";
@import "debates";