Sha256: 8c979d143fda51db837cb31112e19e58be1a78e3b78c9497e74645657204cab7

Contents?: true

Size: 628 Bytes

Versions: 31

Compression:

Stored size: 628 Bytes

Contents

<% if current_signed_in_resource && current_signed_in_resource.is_admin? %>
	
	<% path_params = {} %>
	<% link_text = "" %>

	<% if session[:proxy_resource_id] && session[:proxy_resource_id] == user.id.to_s %>
		<% path_params = {:resource => user.class.name.pluralize, :id => user.id.to_s, :unset_proxy => true} %>
		<% link_text = "Detach From This Account" %>
	<% else %>
		<% path_params = {:resource => user.class.name.pluralize, :id => user.id.to_s} %>
		<% link_text = "Switch to This Account" %>
	<% end %>

	<%= link_to link_text, set_proxy_resource_profiles_path(path_params), method: :put, remote: true %>

<% end %>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.5.9 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.5.8 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.5.7 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.5.6 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.5.5 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.5.4 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.5.3 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.5.2 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.5.1 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.5.0 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.4.9 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.4.8 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.4.7 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.4.6 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.4.5 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.4.4 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.4.3 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.4.2 app/views/auth/profiles/search_results/_switch_to_user.html.erb
wordjelly-auth-1.4.0 app/views/auth/profiles/search_results/_switch_to_user.html.erb