Sha256: eb3e4fc3b3106c80b17678d449b0ddd5d42fbb8e4c39e54d9ed1cf7033fcf286

Contents?: true

Size: 545 Bytes

Versions: 59

Compression:

Stored size: 545 Bytes

Contents

<% if resource.errors.size > 0 %>
	<% resource.errors.each do |attrib,message| %>
		var resource_name = "<%= resource.class.name.underscore %>";
		var field_id = resource_name + "_" + "<%= attrib %>";
		invalidate_input_field(field_id,"<%= message.html_safe %>");
	<% end %>
<% else %>
	$("#login_title").hide();
	$("#login_content").html("<%= escape_javascript(render partial:'auth/modals/forgot_password_success_content.html.erb', locals: {resource: resource}) %>").show();
	$("#login_footer").hide();
<% end %>
open_sign_in_modal_if_closed();

Version data entries

59 entries across 59 versions & 1 rubygems

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