mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 11:36:09 +10:00
10 lines
287 B
Plaintext
10 lines
287 B
Plaintext
- if @project.saved?
|
|
:plain
|
|
location.href = "#{project_path(@project)}";
|
|
- else
|
|
:plain
|
|
$(".project-edit-errors").html("#{escape_javascript(render('errors'))}");
|
|
$('.project-submit').enable();
|
|
$('.save-project-loader').hide();
|
|
$('.project-edit-container').show();
|