gitlab-org--gitlab-foss/app/views/notify/closed_issue_email.text.haml
Michał Zając e72efed323 Change s_() calls to _() calls
There are no namespaces in the strings so we don't need those
2019-06-04 09:56:32 +00:00

3 lines
232 B
Text

= _("Issue was closed by %{name} %{reason}").html_safe % { name: sanitize_name(@updated_by.name), reason: closure_reason_text(@closed_via, format: formats.first) }
Issue ##{@issue.iid}: #{project_issue_url(@issue.project, @issue)}