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

closed_issue_email.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3733ab3a09c532299e77c1d91470f1e76713f2e (plain)
1
2
%p
  = _("Issue was closed by %{name} %{reason}").html_safe % { name: sanitize_name(@updated_by.name), reason: closure_reason_text(@closed_via, format: formats.first) }