Commit 301c0c79e84f498b7688297ea22c93a8ae64f03c
1 parent
18d18887
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Facebook configuration interface removed
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
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> | ... | ... |