gitlab-org--gitlab-foss/app/views/projects/create.js.haml

13 lines
350 B
Text
Raw Normal View History

- if @project.saved?
2011-10-08 17:36:38 -04:00
:plain
location.href = "#{project_path(@project)}";
2011-10-08 17:36:38 -04:00
- else
- if @project.git_error?
location.href = "#{errors_githost_path}";
-else
2011-10-08 17:36:38 -04:00
:plain
$('.project_new_holder').show();
$("#new_project").replaceWith("#{escape_javascript(render('new_form'))}");
$('.save-project-loader').hide();
new Projects();