Sha256: a61e4b223a8ca14b3237356eae381376c7225f2192a94899f9dd068d2af4e8b9

Contents?: true

Size: 264 Bytes

Versions: 32

Compression:

Stored size: 264 Bytes

Contents

$(".search_result").remove();
<% @search_results.each do |result| %>
	
	<% if result %>
		
		$("#search_collection").append("<%= escape_javascript(render :partial => 'auth/search/search_result', locals: {result: result}) %>");
	<% end %>

<% end %>

highlight();

Version data entries

32 entries across 32 versions & 1 rubygems

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