2015-03-04 10:31:36 +00:00
|
|
|
<div class="roles">
|
|
|
|
<h4><span><%= t("social_profile_connections")%></span></h4>
|
|
|
|
<dl>
|
|
|
|
<% if current_site.google_oauth_enabled %>
|
2015-03-04 12:31:33 +00:00
|
|
|
<dt id="google_connection"><div class="main_text">Google <span class="pull-right"><input <%= (!@member.user.google.nil? ? "checked=checked" : "") %> type="checkbox" id="google_connect_box" class="set-sidebar-state" data-disabled="true"></span></div><div class="wait_text" style="text-align:center; display:none;">Please wait...</div></dt>
|
2015-03-04 10:31:36 +00:00
|
|
|
<% end %>
|
|
|
|
</dl>
|
|
|
|
</div>
|