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: f42b150c0d60cd2014e0dab66d76c1fe34fe96ff (plain)
1
2
3
4
5
6
7
8
9
- 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}