Commit 301c0c79e84f498b7688297ea22c93a8ae64f03c

Authored by Evandro Junior
1 parent 18d18887

Facebook configuration interface removed

plugins/community_hub/views/cms/community_hub_plugin/_hub.rhtml
... ... @@ -34,12 +34,4 @@
34 34 <br />
35 35 <span><%= required labelled_form_field(_('Twitter\'s access token secret'), text_field(:article, :twitter_access_token_secret)) %></span>
36 36 <br />
37   - <div>
38   - <%= _('Facebook Settings:') %>
39   - </div>
40   - <br />
41   - <%= check_box(:article, :facebook_enabled) %> <span><%= _("Turn on FACEBOOK") %></span>
42   - <br /><br />
43   - <span><%= required labelled_form_field(_('Id of Facebook\'s page which will be listened for comments (example: participabr'), text_field(:article, :facebook_page_id)) %></span>
44   - <br />
45 37 </div>
... ...