gitlabhq/app/views/projects/create.js.haml

7 lines
218 B
Plaintext
Raw Normal View History

2011-10-08 23:36:38 +02:00
- if @project.valid?
:plain
location.href = "#{project_path(@project, :notice => 'Project was successfully created.')}";
- else
:plain
$("#new_project").replaceWith("#{escape_javascript(render('form'))}");