diff options
Diffstat (limited to 'app/presenters/ci')
-rw-r--r-- | app/presenters/ci/variable_presenter.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/presenters/ci/variable_presenter.rb b/app/presenters/ci/variable_presenter.rb index 2e8f069646a..96159f88c59 100644 --- a/app/presenters/ci/variable_presenter.rb +++ b/app/presenters/ci/variable_presenter.rb @@ -11,11 +11,11 @@ module Ci end def edit_path - project_variables_save_multiple_path(project) + project_variables_path(project) end def delete_path - project_variables_save_multiple_path(project) + project_variables_path(project) end end end |