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.1.7 app/views/auth/users/_search_result.html.erb
wordjelly-auth-1.1.6 app/views/auth/users/_search_result.html.erb
wordjelly-auth-1.1.5 app/views/auth/users/_search_result.html.erb
wordjelly-auth-1.1.4 app/views/auth/users/_search_result.html.erb
wordjelly-auth-1.1.3 app/views/auth/users/_search_result.html.erb
wordjelly-auth-1.1.2 app/views/auth/users/_search_result.html.erb
wordjelly-auth-1.1.1 app/views/auth/users/_search_result.html.erb
wordjelly-auth-1.1.0 app/views/auth/users/_search_result.html.erb
wordjelly-auth-1.0.9 app/views/auth/users/_search_result.html.erb
wordjelly-auth-1.0.8 app/views/auth/users/_search_result.html.erb
wordjelly-auth-1.0.5 app/views/auth/users/_search_result.html.erb
wordjelly-auth-1.0.4 app/views/auth/users/_search_result.html.erb
wordjelly-auth-1.0.3 app/views/auth/users/_search_result.html.erb
wordjelly-auth-1.0.2 app/views/auth/users/_search_result.html.erb
wordjelly-auth-0.0.8 app/views/auth/users/_search_result.html.erb
wordjelly-auth-0.0.5 app/views/auth/users/_search_result.html.erb
wordjelly-auth-0.0.4 app/views/auth/users/_search_result.html.erb
wordjelly-auth-0.0.3 app/views/auth/users/_search_result.html.erb
wordjelly-auth-0.0.1 app/views/auth/users/_search_result.html.erb