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

new_issue_email.text.erb « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c78d67316d26f593fdba707d2ab820d38c72060 (plain)
1
2
3
4
5
6
<%= _('%{user} created an issue: %{issue_link}') % { user: sanitize_name(@issue.author_name),
                                                     issue_link: url_for(project_issue_url(@issue.project, @issue)) } %>

<%= assignees_label(@issue) if @issue.assignees.any? %>

<%= @issue.description %>