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: b93d95ef02f398b696eb3e08c4a028299fc01161 (plain)
1
2
3
4
5
6
7
8
9
<%= sanitize_name(@issue.author_name) %> <%= 'created an issue:' %>

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

<% if @issue.description -%>
  <%= @issue.description %>
<% end %>