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