Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/issuables_helper.rb')
-rw-r--r--app/helpers/issuables_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/issuables_helper.rb b/app/helpers/issuables_helper.rb
index 7ae7d126414..cec506405b7 100644
--- a/app/helpers/issuables_helper.rb
+++ b/app/helpers/issuables_helper.rb
@@ -152,7 +152,7 @@ module IssuablesHelper
end
if issuable.is_a?(Issue) && issuable.service_desk_reply_to
- output << "#{html_escape(issuable.service_desk_reply_to)} via "
+ output << "#{html_escape(issuable.present(current_user: current_user).service_desk_reply_to)} via "
end
output << content_tag(:strong) do