mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 18:46:10 +10:00
7 lines
218 B
Plaintext
7 lines
218 B
Plaintext
- if @project.valid?
|
|
:plain
|
|
location.href = "#{project_path(@project, :notice => 'Project was successfully created.')}";
|
|
- else
|
|
:plain
|
|
$("#new_project").replaceWith("#{escape_javascript(render('form'))}");
|