7754189187
Didn't bother with files in db/, config/, or features/
12 lines
368 B
Plaintext
12 lines
368 B
Plaintext
- if @project.saved?
|
|
:plain
|
|
location.href = "#{project_path(@project, notice: 'Project was successfully created.')}";
|
|
- else
|
|
- if @project.git_error?
|
|
location.href = "#{errors_githost_path}";
|
|
-else
|
|
:plain
|
|
$('.project_new_holder').show();
|
|
$("#new_project").replaceWith("#{escape_javascript(render('new_form'))}");
|
|
$('.ajax_loader').hide();
|