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

new_mention_in_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: 4f3d36bd9cada54e93286fab68177e0953ac7060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%p
  You have been mentioned in an issue.

- if current_application_settings.email_author_in_body
  %div
    #{link_to @issue.author_name, user_url(@issue.author)} wrote:
-if @issue.description
  = markdown(@issue.description, pipeline: :email, author: @issue.author)

- if @issue.assignee_id.present?
  %p
    Assignee: #{@issue.assignee_name}