Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
aoz-003
Commits
5fc912ab
Verified
Commit
5fc912ab
authored
Jul 04, 2018
by
Kaspar Vollenweider
👻
Browse files
missing rename in controller notices
parent
b1f8067a
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/controllers/feedbacks_controller.rb
View file @
5fc912ab
...
...
@@ -50,9 +50,9 @@ class FeedbacksController < ApplicationController
def
mark_as_done
redirect_path
=
list_responses_feedbacks_path
(
params
.
to_unsafe_hash
.
slice
(
:q
))
if
@feedback
.
update
(
reviewer:
current_user
)
redirect_to
(
redirect_path
,
notice:
'
Feedback als angeschaut mark
iert.'
)
redirect_to
(
redirect_path
,
notice:
'
Halbjahres-Rapport quitt
iert.'
)
else
redirect_to
(
redirect_path
,
notice:
'Fehler:
Angeschaut mark
ieren fehlgeschlagen.'
)
redirect_to
(
redirect_path
,
notice:
'Fehler:
Quitt
ieren fehlgeschlagen.'
)
end
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment