Sha256: 63de60844f3ff695765f606d2f140a194278ec727487a945d718ed1f7b0fceb4

Contents?: true

Size: 434 Bytes

Versions: 59

Compression:

Stored size: 434 Bytes

Contents

<%= render :partial => "auth/modals/resource_errors.js.erb", locals: {resource: resource} %>
<% if resource.errors.size == 0 %>
console.log("there are no resource errors");
	$("#login_title").hide();
	$("#login_content").html("<%= escape_javascript(render partial: 'auth/modals/sign_up_success_inactive_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/confirmations/create.js.erb
wordjelly-auth-1.5.9 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.5.8 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.5.7 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.5.6 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.5.5 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.5.4 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.5.3 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.5.2 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.5.1 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.5.0 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.4.9 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.4.8 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.4.7 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.4.6 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.4.5 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.4.4 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.4.3 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.4.2 app/views/auth/confirmations/create.js.erb
wordjelly-auth-1.4.0 app/views/auth/confirmations/create.js.erb