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

7 lines
224 B
Plaintext
Raw Normal View History

2011-10-08 23:36:38 +02:00
- if @project.valid?
:plain
2011-12-30 07:54:42 +01:00
location.href = "#{info_project_path(@project, :notice => 'Project was successfully updated.')}";
2011-10-08 23:36:38 +02:00
- else
:plain
$(".edit_project").replaceWith("#{escape_javascript(render('form'))}");