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

new_issue_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: 52e110a98f6119e1273ea7a90ecbaf9244769974 (plain)
1
2
3
4
5
6
7
8
9
10
%p.details
  #{link_to @issue.author_name, user_url(@issue.author)} created an issue #{link_to @issue.to_reference(full: false), issue_url(@issue)}:

- if @issue.assignees.any?
  %p
    = assignees_label(@issue)

- if @issue.description
  %div
  = markdown(@issue.description, pipeline: :email, author: @issue.author)