7 lines
224 B
Plaintext
7 lines
224 B
Plaintext
- if @project.valid?
|
|
:plain
|
|
location.href = "#{info_project_path(@project, :notice => 'Project was successfully updated.')}";
|
|
- else
|
|
:plain
|
|
$(".edit_project").replaceWith("#{escape_javascript(render('form'))}");
|