mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Remove badly merged code
This commit is contained in:
parent
4bd489d29c
commit
deecbf082c
1 changed files with 0 additions and 5 deletions
|
@ -57,12 +57,7 @@ class ExperimentsController < ApplicationController
|
|||
if @experiment.save
|
||||
flash[:success] = t('experiments.update.success_flash',
|
||||
experiment: @experiment.name)
|
||||
<<<<<<< HEAD
|
||||
|
||||
redirect_to canvas_experiment_path(@experiment)
|
||||
=======
|
||||
redirect_to project_path(@experiment.project)
|
||||
>>>>>>> a4ec5585965a7a8e565d7ee9072a26e52ccd9fd3
|
||||
else
|
||||
flash[:alert] = t('experiments.update.error_flash')
|
||||
redirect_to :back
|
||||
|
|
Loading…
Reference in a new issue