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: bd61db3ee7625242670d54b119f36ccd437f23cf (plain)
1
2
3
4
5
<%= sanitize_name(@issue.author_name) %> <%= 'created an issue:' %> <%= url_for(project_issue_url(@issue.project, @issue)) %>

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

<%= @issue.description %>