From fe6a1898f751011079696f8ab0bb7a50fca9f40f Mon Sep 17 00:00:00 2001 From: Gabriel Silva Date: Mon, 1 Aug 2016 14:05:00 +0000 Subject: [PATCH] Overrides external user info for Noosfero and Twitter providers --- plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb b/plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb index a6cf1bb..0b18e0c 100644 --- a/plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb +++ b/plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb @@ -28,7 +28,7 @@ <%= f.fields_for :client_options, OpenStruct.new(@provider.options[:client_options]) do |c| %> -
"> +
" title="<%= _("The service URL. If this value is informed, it will be used to identify the users, replacing the provider name") %>"> <%= labelled_form_field _('Client Url'), c.text_field(:site) %>
<% end %> -- libgit2 0.21.2