mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 19:24:10 +08:00
Merge pull request #81 from mlorb/ml_sci_364
fixes edit experiment [SCI-364]
This commit is contained in:
commit
5c8d669cac
2 changed files with 3 additions and 4 deletions
|
@ -68,8 +68,7 @@ class ExperimentsController < ApplicationController
|
|||
if @experiment.save
|
||||
flash[:success] = t('experiments.update.success_flash',
|
||||
experiment: @experiment.name)
|
||||
|
||||
redirect_to project_path(@experiment.project)
|
||||
redirect_to canvas_experiment_path(@experiment)
|
||||
else
|
||||
flash[:alert] = t('experiments.update.error_flash')
|
||||
redirect_to :back
|
||||
|
|
|
@ -602,8 +602,8 @@ en:
|
|||
name_placeholder: 'My experiment'
|
||||
description: 'Description'
|
||||
edit:
|
||||
modal_title: 'Edit experiment %{experiment}'
|
||||
modal_create: 'Update experiment'
|
||||
modal_title: 'Edit experiment details'
|
||||
modal_create: 'Save'
|
||||
label_title: "Edit details"
|
||||
panel_label: 'Change details'
|
||||
add-description: 'Add description'
|
||||
|
|
Loading…
Reference in a new issue