7 lines
248 B
Text
7 lines
248 B
Text
- if @project.valid?
|
|
:plain
|
|
location.href = "#{project_path(@project, :notice => 'Project was successfully created.')}";
|
|
- else
|
|
:plain
|
|
$("#new_project").replaceWith("#{escape_javascript(render('form'))}");
|
|
$('.ajax_loader').hide();
|