Sha256: fd1588b50c8e0939d374c6d3725d0d6eced636c53918f7adb6a4991764ac170a

Contents?: true

Size: 505 Bytes

Versions: 59

Compression:

Stored size: 505 Bytes

Contents

<div class="card">
	<div>Email: <%= result.email %> </div>
	<div>Mobile: <%= result.additional_login_param %> </div>
	<% if current_signed_in_resource.is_admin? %>
		<%= link_to "Set As Current User", main_app.set_proxy_resource_profiles_path(:resource => result.class.name.downcase.pluralize, :id => result.id.to_s), :remote => true, :method => :post %>
		<%= link_to "See User Options", main_app.profile_path(:resource => result.class.name.downcase.pluralize, :id => result.id.to_s) %>
	<% end %>
</div>

Version data entries

59 entries across 59 versions & 1 rubygems

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