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

issue_status_changed_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: 545f9c006af191e16511035ac9f302c885814486 (plain)
1
2
%p
  = sprintf(s_('Notify|Issue was %{issue_status} by %{updated_by}'), { issue_status: @issue_status, updated_by: sanitize_name(@updated_by.name) }).html_safe